Html Css Color HEX #AA531A Rich Gold

📋 copy color: '#AA531A'

red 170 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #AA531A

Tints of Rich Gold #AA531A

RGB

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

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

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

R = 60.93%
G = 29.75%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA531A (or 0xAA531A) is known color: Rich Gold. HEX triplet: AA, 53 and 1A. RGB value is (170,83,26). Sum of RGB (Red+Green+Blue) = 170+83+26=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA531A is #55ACE5. Grayscale: #666666. Windows color (decimal): -5614822 or 1725354. OLE color: 1725354.

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

Color convert

RGB 170 83 26 -
CMYK 0 0.51 0.85 0.33
HSL 23.75º 0.73% 0.38% -
HSV(B) 23.75º 0.85% 0.67% -
XYZ 19.86 14.81 2.79 -
YUV 102.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 170 83 26 0 0.51 0.85 0.33 23.75 0.73 0.38
Hex AA 53 1A 0 33 55 21 18 49 26
Octal 252 123 32 0 63 125 41 30 111 46
Binary 10101010 1010011 11010 0 110011 1010101 100001 11000 1001001 100110

Color Harmonies of #AA531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA531A

Black with #AA531A

Text Example


Text Example

White with #AA531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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