Html Css Color HEX #AA5A12 Golden Brown

📋 copy color: '#AA5A12'

red 170 ◦ green 90 ◦ blue 18

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

Shades of Golden Brown #AA5A12

Tints of Golden Brown #AA5A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 61.15%
G = 32.37%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5A12 (or 0xAA5A12) is known color: Golden Brown. HEX triplet: AA, 5A and 12. RGB value is (170,90,18). Sum of RGB (Red+Green+Blue) = 170+90+18=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A12 is #55A5ED. Grayscale: #6A6A6A. Windows color (decimal): -5613038 or 1202858. OLE color: 1202858.

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

Color convert

RGB 170 90 18 -
CMYK 0 0.47 0.89 0.33
HSL 28.42º 0.81% 0.37% -
HSV(B) 28.42º 0.89% 0.67% -
XYZ 20.34 15.9 2.57 -
YUV 105.71 78.5 173.85 -
System Red Green Blue C M Y K H S L
Decimal 170 90 18 0 0.47 0.89 0.33 28.42 0.81 0.37
Hex AA 5A 12 0 2F 59 21 1C 51 25
Octal 252 132 22 0 57 131 41 34 121 45
Binary 10101010 1011010 10010 0 101111 1011001 100001 11100 1010001 100101

Color Harmonies of #AA5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A12

Black with #AA5A12

Text Example


Text Example

White with #AA5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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