Html Css Color HEX #AA501A Rich Gold

📋 copy color: '#AA501A'

red 170 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #AA501A

Tints of Rich Gold #AA501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 61.59%
G = 28.99%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA501A (or 0xAA501A) is known color: Rich Gold. HEX triplet: AA, 50 and 1A. RGB value is (170,80,26). Sum of RGB (Red+Green+Blue) = 170+80+26=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501A is #55AFE5. Grayscale: #656565. Windows color (decimal): -5615590 or 1724586. OLE color: 1724586.

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

Color convert

RGB 170 80 26 -
CMYK 0 0.53 0.85 0.33
HSL 22.5º 0.73% 0.38% -
HSV(B) 22.5º 0.85% 0.67% -
XYZ 19.63 14.36 2.71 -
YUV 100.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 170 80 26 0 0.53 0.85 0.33 22.5 0.73 0.38
Hex AA 50 1A 0 35 55 21 16 49 26
Octal 252 120 32 0 65 125 41 26 111 46
Binary 10101010 1010000 11010 0 110101 1010101 100001 10110 1001001 100110

Color Harmonies of #AA501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA501A

Black with #AA501A

Text Example


Text Example

White with #AA501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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