#A15E02

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

Shades of Golden Brown #A15E02

Tints of Golden Brown #A15E02

Color information

#A15E02 (or 0xA15E02) is unknown color: approx Golden Brown. HEX triplet: A1, 5E and 02. RGB value is (161,94,2). Sum of RGB (Red+Green+Blue) = 161+94+2=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15E02 is #5EA1FD. Grayscale: #676767. Windows color (decimal): -6201854 or 155297. OLE color: 155297.

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

Color convert

RGB161942-
CMYK00.420.990.37
HSL34.72º97.55%31.96%-
HSV(B)34.72º98.76%63.14%-
XYZ18.7115.592.08-
YUV103.5470.7168.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.65%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=62.65%
G=36.58%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16194200.420.990.3734.7297.5531.96
HexA15E202A6325236220
Octal2411362052143454314240
Binary10100001101111010010101011000111001011000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E02; }

 p { color: rgb(161,94,2); }

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

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

 a { background-color: rgb(161,94,2); }

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

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

 span { border-color: rgb(161,94,2); }

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