#AD6B07

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

Shades of Golden Brown #AD6B07

Tints of Golden Brown #AD6B07

Color information

#AD6B07 (or 0xAD6B07) is unknown color: approx Golden Brown. HEX triplet: AD, 6B and 07. RGB value is (173,107,7). Sum of RGB (Red+Green+Blue) = 173+107+7=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B07 is #5294F8. Grayscale: #737373. Windows color (decimal): -5412089 or 486317. OLE color: 486317.

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

Color convert

RGB1731077-
CMYK00.380.960.32
HSL36.14º92.22%35.29%-
HSV(B)36.14º95.95%67.84%-
XYZ22.5319.412.76-
YUV115.3366.87169.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 7 (3.12% from 255) = 2.44%
R=60.28%
G=37.28%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173107700.380.960.3236.1492.2235.29
HexAD6B70266020245c23
Octal2551537046140404413443
Binary101011011101011111010011011000001000001001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B07; }

 p { color: rgb(173,107,7); }

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

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

 a { background-color: rgb(173,107,7); }

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

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

 span { border-color: rgb(173,107,7); }

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