Html Css Color HEX #AA5A26 Rich Gold

📋 copy color: '#AA5A26'

red 170 ◦ green 90 ◦ blue 38

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

Shades of Rich Gold #AA5A26

Tints of Rich Gold #AA5A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 57.05%
G = 30.2%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA5A26 (or 0xAA5A26) is known color: Rich Gold. HEX triplet: AA, 5A and 26. RGB value is (170,90,38). Sum of RGB (Red+Green+Blue) = 170+90+38=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A26 is #55A5D9. Grayscale: #6C6C6C. Windows color (decimal): -5613018 or 2513578. OLE color: 2513578.

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

Color convert

RGB 170 90 38 -
CMYK 0 0.47 0.78 0.33
HSL 23.64º 0.63% 0.41% -
HSV(B) 23.64º 0.78% 0.67% -
XYZ 20.58 16 3.84 -
YUV 107.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 170 90 38 0 0.47 0.78 0.33 23.64 0.63 0.41
Hex AA 5A 26 0 2F 4E 21 18 3F 29
Octal 252 132 46 0 57 116 41 30 77 51
Binary 10101010 1011010 100110 0 101111 1001110 100001 11000 111111 101001

Color Harmonies of #AA5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A26

Black with #AA5A26

Text Example


Text Example

White with #AA5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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