#A05E0E

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

Shades of Golden Brown #A05E0E

Tints of Golden Brown #A05E0E

Color information

#A05E0E (or 0xA05E0E) is unknown color: approx Golden Brown. HEX triplet: A0, 5E and 0E. RGB value is (160,94,14). Sum of RGB (Red+Green+Blue) = 160+94+14=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05E0E is #5FA1F1. Grayscale: #696969. Windows color (decimal): -6267378 or 941728. OLE color: 941728.

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

Color convert

RGB1609414-
CMYK00.410.910.37
HSL32.88º83.91%34.12%-
HSV(B)32.88º91.25%62.75%-
XYZ18.5815.512.43-
YUV104.6176.87167.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=59.70%
G=35.07%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160941400.410.910.3732.8883.9134.12
HexA05EE0295B25215422
Octal24013616051133454112442
Binary1010000010111101110010100110110111001011000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E0E; }

 p { color: rgb(160,94,14); }

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

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

 a { background-color: rgb(160,94,14); }

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

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

 span { border-color: rgb(160,94,14); }

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