Html Css Color HEX #AA5A10 Golden Brown

📋 copy color: '#AA5A10'

red 170 ◦ green 90 ◦ blue 16

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

Shades of Golden Brown #AA5A10

Tints of Golden Brown #AA5A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 61.59%
G = 32.61%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA5A10 (or 0xAA5A10) is known color: Golden Brown. HEX triplet: AA, 5A and 10. RGB value is (170,90,16). Sum of RGB (Red+Green+Blue) = 170+90+16=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A10 is #55A5EF. Grayscale: #696969. Windows color (decimal): -5613040 or 1071786. OLE color: 1071786.

HSL color Cylindrical-coordinate representation of color #AA5A10: hue angle of 28.83º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA5A10 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 90 16 -
CMYK 0 0.47 0.91 0.33
HSL 28.83º 0.83% 0.36% -
HSV(B) 28.83º 0.91% 0.67% -
XYZ 20.33 15.9 2.49 -
YUV 105.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 170 90 16 0 0.47 0.91 0.33 28.83 0.83 0.36
Hex AA 5A 10 0 2F 5B 21 1D 53 24
Octal 252 132 20 0 57 133 41 35 123 44
Binary 10101010 1011010 10000 0 101111 1011011 100001 11101 1010011 100100

Color Harmonies of #AA5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A10

Black with #AA5A10

Text Example


Text Example

White with #AA5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A10; }

 p { color: rgb(170,90,16); }

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

background-color css

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

 a { background-color: rgb(170,90,16); }

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

border-color css

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

 span { border-color: rgb(170,90,16); }

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