#A06C0D

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

Shades of Golden Brown #A06C0D

Tints of Golden Brown #A06C0D

Color information

#A06C0D (or 0xA06C0D) is unknown color: approx Golden Brown. HEX triplet: A0, 6C and 0D. RGB value is (160,108,13). Sum of RGB (Red+Green+Blue) = 160+108+13=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C0D is #5F93F2. Grayscale: #717171. Windows color (decimal): -6263795 or 879776. OLE color: 879776.

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

Color convert

RGB16010813-
CMYK00.320.920.37
HSL38.78º84.97%33.92%-
HSV(B)38.78º91.87%62.75%-
XYZ19.9318.232.85-
YUV112.7271.73161.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=56.94%
G=38.43%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601081300.320.920.3738.7884.9733.92
HexA06CD0205C25275522
Octal24015415040134454712542
Binary1010000011011001101010000010111001001011001111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C0D; }

 p { color: rgb(160,108,13); }

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

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

 a { background-color: rgb(160,108,13); }

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

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

 span { border-color: rgb(160,108,13); }

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