Html Css Color HEX #AA531F Rich Gold

📋 copy color: '#AA531F'

red 170 ◦ green 83 ◦ blue 31

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

Shades of Rich Gold #AA531F

Tints of Rich Gold #AA531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 59.86%
G = 29.23%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA531F (or 0xAA531F) is known color: Rich Gold. HEX triplet: AA, 53 and 1F. RGB value is (170,83,31). Sum of RGB (Red+Green+Blue) = 170+83+31=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA531F is #55ACE0. Grayscale: #676767. Windows color (decimal): -5614817 or 2053034. OLE color: 2053034.

HSL color Cylindrical-coordinate representation of color #AA531F: hue angle of 22.45º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA531F is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 83 31 -
CMYK 0 0.51 0.82 0.33
HSL 22.45º 0.69% 0.39% -
HSV(B) 22.45º 0.82% 0.67% -
XYZ 19.92 14.83 3.11 -
YUV 103.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 170 83 31 0 0.51 0.82 0.33 22.45 0.69 0.39
Hex AA 53 1F 0 33 52 21 16 45 27
Octal 252 123 37 0 63 122 41 26 105 47
Binary 10101010 1010011 11111 0 110011 1010010 100001 10110 1000101 100111

Color Harmonies of #AA531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA531F

Black with #AA531F

Text Example


Text Example

White with #AA531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA531F; }

 p { color: rgb(170,83,31); }

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

background-color css

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

 a { background-color: rgb(170,83,31); }

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

border-color css

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

 span { border-color: rgb(170,83,31); }

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