#AB5E02

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

Shades of Golden Brown #AB5E02

Tints of Golden Brown #AB5E02

Color information

#AB5E02 (or 0xAB5E02) is unknown color: approx Golden Brown. HEX triplet: AB, 5E and 02. RGB value is (171,94,2). Sum of RGB (Red+Green+Blue) = 171+94+2=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E02 is #54A1FD. Grayscale: #6A6A6A. Windows color (decimal): -5546494 or 155307. OLE color: 155307.

HSL color Cylindrical-coordinate representation of color #AB5E02: hue angle of 32.66º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB5E02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171942-
CMYK00.450.990.33
HSL32.66º97.69%33.92%-
HSV(B)32.66º98.83%67.06%-
XYZ20.8116.672.18-
YUV106.5369.01173.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=64.04%
G=35.21%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17194200.450.990.3332.6697.6933.92
HexAB5E202D6321216222
Octal2531362055143414114242
Binary10101011101111010010110111000111000011000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E02; }

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

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

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

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

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

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

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

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