Html Css Color HEX #AA5902 Golden Brown

📋 copy color: '#AA5902'

red 170 ◦ green 89 ◦ blue 2

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

Shades of Golden Brown #AA5902

Tints of Golden Brown #AA5902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

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

R = 65.13%
G = 34.1%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5902 (or 0xAA5902) is known color: Golden Brown. HEX triplet: AA, 59 and 02. RGB value is (170,89,2). Sum of RGB (Red+Green+Blue) = 170+89+2=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5902 is #55A6FD. Grayscale: #676767. Windows color (decimal): -5613310 or 154026. OLE color: 154026.

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

Color convert

RGB 170 89 2 -
CMYK 0 0.48 0.99 0.33
HSL 31.07º 0.98% 0.34% -
HSV(B) 31.07º 0.99% 0.67% -
XYZ 20.16 15.7 2.02 -
YUV 103.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 170 89 2 0 0.48 0.99 0.33 31.07 0.98 0.34
Hex AA 59 2 0 30 63 21 1F 62 22
Octal 252 131 2 0 60 143 41 37 142 42
Binary 10101010 1011001 10 0 110000 1100011 100001 11111 1100010 100010

Color Harmonies of #AA5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5902

Black with #AA5902

Text Example


Text Example

White with #AA5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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