Html Css Color HEX #AA5A1A Rich Gold

📋 copy color: '#AA5A1A'

red 170 ◦ green 90 ◦ blue 26

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

Shades of Rich Gold #AA5A1A

Tints of Rich Gold #AA5A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 59.44%
G = 31.47%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA5A1A (or 0xAA5A1A) is known color: Rich Gold. HEX triplet: AA, 5A and 1A. RGB value is (170,90,26). Sum of RGB (Red+Green+Blue) = 170+90+26=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A1A is #55A5E5. Grayscale: #6A6A6A. Windows color (decimal): -5613030 or 1727146. OLE color: 1727146.

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

Color convert

RGB 170 90 26 -
CMYK 0 0.47 0.85 0.33
HSL 26.67º 0.73% 0.38% -
HSV(B) 26.67º 0.85% 0.67% -
XYZ 20.42 15.93 2.98 -
YUV 106.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 170 90 26 0 0.47 0.85 0.33 26.67 0.73 0.38
Hex AA 5A 1A 0 2F 55 21 1B 49 26
Octal 252 132 32 0 57 125 41 33 111 46
Binary 10101010 1011010 11010 0 101111 1010101 100001 11011 1001001 100110

Color Harmonies of #AA5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A1A

Black with #AA5A1A

Text Example


Text Example

White with #AA5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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