Html Css Color HEX #AA541E Rich Gold

📋 copy color: '#AA541E'

red 170 ◦ green 84 ◦ blue 30

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

Shades of Rich Gold #AA541E

Tints of Rich Gold #AA541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 59.86%
G = 29.58%
B = 10.56%

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

#AA541E (or 0xAA541E) is known color: Rich Gold. HEX triplet: AA, 54 and 1E. RGB value is (170,84,30). Sum of RGB (Red+Green+Blue) = 170+84+30=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA541E is #55ABE1. Grayscale: #676767. Windows color (decimal): -5614562 or 1987754. OLE color: 1987754.

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

Color convert

RGB 170 84 30 -
CMYK 0 0.51 0.82 0.33
HSL 23.14º 0.7% 0.39% -
HSV(B) 23.14º 0.82% 0.67% -
XYZ 19.98 14.98 3.07 -
YUV 103.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 170 84 30 0 0.51 0.82 0.33 23.14 0.7 0.39
Hex AA 54 1E 0 33 52 21 17 46 27
Octal 252 124 36 0 63 122 41 27 106 47
Binary 10101010 1010100 11110 0 110011 1010010 100001 10111 1000110 100111

Color Harmonies of #AA541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA541E

Black with #AA541E

Text Example


Text Example

White with #AA541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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