#AD5E08

Color #AD5E08 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AD5E08

Tints of Golden Brown #AD5E08

Color information

#AD5E08 (or 0xAD5E08) is unknown color: approx Golden Brown. HEX triplet: AD, 5E and 08. RGB value is (173,94,8). Sum of RGB (Red+Green+Blue) = 173+94+8=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E08 is #52A1F7. Grayscale: #6C6C6C. Windows color (decimal): -5415416 or 548525. OLE color: 548525.

HSL color Cylindrical-coordinate representation of color #AD5E08: hue angle of 31.27º 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 #AD5E08 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB173948-
CMYK00.460.950.32
HSL31.27º91.16%35.49%-
HSV(B)31.27º95.38%67.84%-
XYZ21.2816.912.37-
YUV107.8271.67174.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=62.91%
G=34.18%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17394800.460.950.3231.2791.1635.49
HexAD5E802E5F201f5b23
Octal25513610056137403713343
Binary101011011011110100001011101011111100000111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E08; }

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

 H1.HeaderClassName
 {
   color: #AD5E08;
 }
 .AnyTagClassName
 {
   color: #AD5E08;
 }
</style>
background-color css

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

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

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

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

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

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