#AD5B04

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

Shades of Golden Brown #AD5B04

Tints of Golden Brown #AD5B04

Color information

#AD5B04 (or 0xAD5B04) is unknown color: approx Golden Brown. HEX triplet: AD, 5B and 04. RGB value is (173,91,4). Sum of RGB (Red+Green+Blue) = 173+91+4=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5B04 is #52A4FB. Grayscale: #6A6A6A. Windows color (decimal): -5416188 or 285613. OLE color: 285613.

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

Color convert

RGB173914-
CMYK00.470.980.32
HSL30.89º95.48%34.71%-
HSV(B)30.89º97.69%67.84%-
XYZ2116.382.17-
YUV105.670.67176.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=64.55%
G=33.96%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17391400.470.980.3230.8995.4834.71
HexAD5B402F62201f5f23
Octal2551334057142403713743
Binary10101101101101110001011111100010100000111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B04; }

 p { color: rgb(173,91,4); }

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

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

 a { background-color: rgb(173,91,4); }

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

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

 span { border-color: rgb(173,91,4); }

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