Html Css Color HEX #AD6F08 Golden Brown

📋 copy color: '#AD6F08'

red 173 ◦ green 111 ◦ blue 8

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

Shades of Golden Brown #AD6F08

Tints of Golden Brown #AD6F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 59.25%
G = 38.01%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD6F08 (or 0xAD6F08) is known color: Golden Brown. HEX triplet: AD, 6F and 08. RGB value is (173,111,8). Sum of RGB (Red+Green+Blue) = 173+111+8=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F08 is #5290F7. Grayscale: #767676. Windows color (decimal): -5411064 or 552877. OLE color: 552877.

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

Color convert

RGB 173 111 8 -
CMYK 0 0.36 0.95 0.32
HSL 37.45º 0.91% 0.35% -
HSV(B) 37.45º 0.95% 0.68% -
XYZ 22.96 20.27 2.93 -
YUV 117.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 173 111 8 0 0.36 0.95 0.32 37.45 0.91 0.35
Hex AD 6F 8 0 24 5F 20 25 5B 23
Octal 255 157 10 0 44 137 40 45 133 43
Binary 10101101 1101111 1000 0 100100 1011111 100000 100101 1011011 100011

Color Harmonies of #AD6F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F08

Black with #AD6F08

Text Example


Text Example

White with #AD6F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F08; }

 p { color: rgb(173,111,8); }

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

background-color css

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

 a { background-color: rgb(173,111,8); }

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

border-color css

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

 span { border-color: rgb(173,111,8); }

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