Html Css Color HEX #AA5E02 Golden Brown

📋 copy color: '#AA5E02'

red 170 ◦ green 94 ◦ blue 2

#AA5E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AA5E02

Tints of Golden Brown #AA5E02

RGB

 RED value IS 170 (66.8% from 255) = 63.91%

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 63.91%
G = 35.34%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5E02 (or 0xAA5E02) is known color: Golden Brown. HEX triplet: AA, 5E and 02. RGB value is (170,94,2). Sum of RGB (Red+Green+Blue) = 170+94+2=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E02 is #55A1FD. Grayscale: #6A6A6A. Windows color (decimal): -5612030 or 155306. OLE color: 155306.

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

Color convert

RGB 170 94 2 -
CMYK 0 0.45 0.99 0.33
HSL 32.86º 0.98% 0.34% -
HSV(B) 32.86º 0.99% 0.67% -
XYZ 20.59 16.56 2.17 -
YUV 106.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 170 94 2 0 0.45 0.99 0.33 32.86 0.98 0.34
Hex AA 5E 2 0 2D 63 21 21 62 22
Octal 252 136 2 0 55 143 41 41 142 42
Binary 10101010 1011110 10 0 101101 1100011 100001 100001 1100010 100010

Color Harmonies of #AA5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E02

Black with #AA5E02

Text Example


Text Example

White with #AA5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E02; }

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

 H1.HeaderClassName
 {
   color: #AA5E02;
 }
 .AnyTagClassName
 {
   color: #AA5E02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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