#AD6C0E

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

Shades of Golden Brown #AD6C0E

Tints of Golden Brown #AD6C0E

Color information

#AD6C0E (or 0xAD6C0E) is unknown color: approx Golden Brown. HEX triplet: AD, 6C and 0E. RGB value is (173,108,14). Sum of RGB (Red+Green+Blue) = 173+108+14=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C0E is #5293F1. Grayscale: #757575. Windows color (decimal): -5411826 or 945325. OLE color: 945325.

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

Color convert

RGB17310814-
CMYK00.380.920.32
HSL35.47º85.03%36.67%-
HSV(B)35.47º91.91%67.84%-
XYZ22.6819.643.01-
YUV116.7270.03168.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=58.64%
G=36.61%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731081400.380.920.3235.4785.0336.67
HexAD6CE0265C20235525
Octal25515416046134404312545
Binary1010110111011001110010011010111001000001000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C0E; }

 p { color: rgb(173,108,14); }

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

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

 a { background-color: rgb(173,108,14); }

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

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

 span { border-color: rgb(173,108,14); }

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