Html Css Color HEX #AD6D06 Golden Brown

📋 copy color: '#AD6D06'

red 173 ◦ green 109 ◦ blue 6

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

Shades of Golden Brown #AD6D06

Tints of Golden Brown #AD6D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 60.07%
G = 37.85%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD6D06 (or 0xAD6D06) is known color: Golden Brown. HEX triplet: AD, 6D and 06. RGB value is (173,109,6). Sum of RGB (Red+Green+Blue) = 173+109+6=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D06 is #5292F9. Grayscale: #747474. Windows color (decimal): -5411578 or 421293. OLE color: 421293.

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

Color convert

RGB 173 109 6 -
CMYK 0 0.37 0.97 0.32
HSL 37.01º 0.93% 0.35% -
HSV(B) 37.01º 0.97% 0.68% -
XYZ 22.74 19.83 2.8 -
YUV 116.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 173 109 6 0 0.37 0.97 0.32 37.01 0.93 0.35
Hex AD 6D 6 0 25 61 20 25 5D 23
Octal 255 155 6 0 45 141 40 45 135 43
Binary 10101101 1101101 110 0 100101 1100001 100000 100101 1011101 100011

Color Harmonies of #AD6D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D06

Black with #AD6D06

Text Example


Text Example

White with #AD6D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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