#AA5F02

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

Shades of Golden Brown #AA5F02

Tints of Golden Brown #AA5F02

Color information

#AA5F02 (or 0xAA5F02) is unknown color: approx Golden Brown. HEX triplet: AA, 5F and 02. RGB value is (170,95,2). Sum of RGB (Red+Green+Blue) = 170+95+2=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5F02 is #55A0FD. Grayscale: #6B6B6B. Windows color (decimal): -5611774 or 155562. OLE color: 155562.

HSL color Cylindrical-coordinate representation of color #AA5F02: hue angle of 33.21º 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 #AA5F02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB170952-
CMYK00.440.990.33
HSL33.21º97.67%33.73%-
HSV(B)33.21º98.82%66.67%-
XYZ20.6816.732.2-
YUV106.8268.85173.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=63.67%
G=35.58%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17095200.440.990.3333.2197.6733.73
HexAA5F202C6321216222
Octal2521372054143414114242
Binary10101010101111110010110011000111000011000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F02; }

 p { color: rgb(170,95,2); }

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

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

 a { background-color: rgb(170,95,2); }

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

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

 span { border-color: rgb(170,95,2); }

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