#AD6401

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

Shades of Golden Brown #AD6401

Tints of Golden Brown #AD6401

Color information

#AD6401 (or 0xAD6401) is unknown color: approx Golden Brown. HEX triplet: AD, 64 and 01. RGB value is (173,100,1). Sum of RGB (Red+Green+Blue) = 173+100+1=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6401 is #529BFE. Grayscale: #6F6F6F. Windows color (decimal): -5413887 or 91309. OLE color: 91309.

HSL color Cylindrical-coordinate representation of color #AD6401: hue angle of 34.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6401 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1731001-
CMYK00.420.990.32
HSL34.53º98.85%34.12%-
HSV(B)34.53º99.42%67.84%-
XYZ21.8182.35-
YUV110.5466.18172.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.14%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=63.14%
G=36.50%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173100100.420.990.3234.5398.8534.12
HexAD64102A6320236322
Octal2551441052143404314342
Binary1010110111001001010101011000111000001000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6401; }

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

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

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

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

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

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

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

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