Html Css Color HEX #AA550E Rich Gold

📋 copy color: '#AA550E'

red 170 ◦ green 85 ◦ blue 14

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

Shades of Rich Gold #AA550E

Tints of Rich Gold #AA550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 63.2%
G = 31.6%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA550E (or 0xAA550E) is known color: Rich Gold. HEX triplet: AA, 55 and 0E. RGB value is (170,85,14). Sum of RGB (Red+Green+Blue) = 170+85+14=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA550E is #55AAF1. Grayscale: #666666. Windows color (decimal): -5614322 or 939434. OLE color: 939434.

HSL color Cylindrical-coordinate representation of color #AA550E: hue angle of 27.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA550E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 14 -
CMYK 0 0.50 0.92 0.33
HSL 27.31º 0.85% 0.36% -
HSV(B) 27.31º 0.92% 0.67% -
XYZ 19.91 15.07 2.28 -
YUV 102.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 170 85 14 0 0.50 0.92 0.33 27.31 0.85 0.36
Hex AA 55 E 0 32 5C 21 1B 55 24
Octal 252 125 16 0 62 134 41 33 125 44
Binary 10101010 1010101 1110 0 110010 1011100 100001 11011 1010101 100100

Color Harmonies of #AA550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA550E

Black with #AA550E

Text Example


Text Example

White with #AA550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA550E; }

 p { color: rgb(170,85,14); }

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

background-color css

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

 a { background-color: rgb(170,85,14); }

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

border-color css

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

 span { border-color: rgb(170,85,14); }

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