#AD6405

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

Shades of Golden Brown #AD6405

Tints of Golden Brown #AD6405

Color information

#AD6405 (or 0xAD6405) is unknown color: approx Golden Brown. HEX triplet: AD, 64 and 05. RGB value is (173,100,5). Sum of RGB (Red+Green+Blue) = 173+100+5=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6405 is #529BFA. Grayscale: #6F6F6F. Windows color (decimal): -5413883 or 353453. OLE color: 353453.

HSL color Cylindrical-coordinate representation of color #AD6405: hue angle of 33.93º degrees, saturation: 0.94, 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 #AD6405 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1731005-
CMYK00.420.970.32
HSL33.93º94.38%34.9%-
HSV(B)33.93º97.11%67.84%-
XYZ21.8218.012.47-
YUV11168.18172.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.23%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=62.23%
G=35.97%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173100500.420.970.3233.9394.3834.9
HexAD64502A6120225e23
Octal2551445052141404213643
Binary101011011100100101010101011000011000001000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6405; }

 p { color: rgb(173,100,5); }

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

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

 a { background-color: rgb(173,100,5); }

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

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

 span { border-color: rgb(173,100,5); }

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