Html Css Color HEX #AD6D0D Golden Brown

📋 copy color: '#AD6D0D'

red 173 ◦ green 109 ◦ blue 13

#AD6D0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AD6D0D

Tints of Golden Brown #AD6D0D

RGB

 RED value IS 173 (67.97% from 255) = 58.64%

 GREEN value IS 109 (42.97% from 255) = 36.95%

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 58.64%
G = 36.95%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD6D0D (or 0xAD6D0D) is known color: Golden Brown. HEX triplet: AD, 6D and 0D. RGB value is (173,109,13). Sum of RGB (Red+Green+Blue) = 173+109+13=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D0D is #5292F2. Grayscale: #757575. Windows color (decimal): -5411571 or 880045. OLE color: 880045.

HSL color Cylindrical-coordinate representation of color #AD6D0D: hue angle of 36º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD6D0D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 13 -
CMYK 0 0.37 0.92 0.32
HSL 36º 0.86% 0.36% -
HSV(B) 36º 0.92% 0.68% -
XYZ 22.77 19.85 3.01 -
YUV 117.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 173 109 13 0 0.37 0.92 0.32 36 0.86 0.36
Hex AD 6D D 0 25 5C 20 24 56 24
Octal 255 155 15 0 45 134 40 44 126 44
Binary 10101101 1101101 1101 0 100101 1011100 100000 100100 1010110 100100

Color Harmonies of #AD6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D0D

Black with #AD6D0D

Text Example


Text Example

White with #AD6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D0D; }

 p { color: rgb(173,109,13); }

 H1.HeaderClassName
 {
   color: #AD6D0D;
 }
 .AnyTagClassName
 {
   color: #AD6D0D;
 }
</style>

background-color css

<style>
 a { background-color: #AD6D0D; }

 a { background-color: rgb(173,109,13); }

 div.DivClassName
 {
   background-color: #AD6D0D;
 }
 .BgClassName
 {
   background-color: #AD6D0D;
 }
</style>

border-color css

<style>
 span { border-color: #AD6D0D; }

 span { border-color: rgb(173,109,13); }

 td.TdClassName
 {
   border-color: #AD6D0D;
 }
 .TagClassName
 {
   border-color: #AD6D0D;
 }
</style>