Html Css Color HEX #AA541C Rich Gold

📋 copy color: '#AA541C'

red 170 ◦ green 84 ◦ blue 28

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

Shades of Rich Gold #AA541C

Tints of Rich Gold #AA541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 60.28%
G = 29.79%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA541C (or 0xAA541C) is known color: Rich Gold. HEX triplet: AA, 54 and 1C. RGB value is (170,84,28). Sum of RGB (Red+Green+Blue) = 170+84+28=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA541C is #55ABE3. Grayscale: #676767. Windows color (decimal): -5614564 or 1856682. OLE color: 1856682.

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

Color convert

RGB 170 84 28 -
CMYK 0 0.51 0.84 0.33
HSL 23.66º 0.72% 0.39% -
HSV(B) 23.66º 0.84% 0.67% -
XYZ 19.96 14.97 2.94 -
YUV 103.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 170 84 28 0 0.51 0.84 0.33 23.66 0.72 0.39
Hex AA 54 1C 0 33 54 21 18 48 27
Octal 252 124 34 0 63 124 41 30 110 47
Binary 10101010 1010100 11100 0 110011 1010100 100001 11000 1001000 100111

Color Harmonies of #AA541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA541C

Black with #AA541C

Text Example


Text Example

White with #AA541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA541C; }

 p { color: rgb(170,84,28); }

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

background-color css

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

 a { background-color: rgb(170,84,28); }

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

border-color css

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

 span { border-color: rgb(170,84,28); }

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