Html Css Color HEX #AA5D1E Rich Gold

📋 copy color: '#AA5D1E'

red 170 ◦ green 93 ◦ blue 30

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

Shades of Rich Gold #AA5D1E

Tints of Rich Gold #AA5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 58.02%
G = 31.74%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA5D1E (or 0xAA5D1E) is known color: Rich Gold. HEX triplet: AA, 5D and 1E. RGB value is (170,93,30). Sum of RGB (Red+Green+Blue) = 170+93+30=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D1E is #55A2E1. Grayscale: #6D6D6D. Windows color (decimal): -5612258 or 1990058. OLE color: 1990058.

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

Color convert

RGB 170 93 30 -
CMYK 0 0.45 0.82 0.33
HSL 27º 0.7% 0.39% -
HSV(B) 27º 0.82% 0.67% -
XYZ 20.73 16.47 3.31 -
YUV 108.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 170 93 30 0 0.45 0.82 0.33 27 0.7 0.39
Hex AA 5D 1E 0 2D 52 21 1B 46 27
Octal 252 135 36 0 55 122 41 33 106 47
Binary 10101010 1011101 11110 0 101101 1010010 100001 11011 1000110 100111

Color Harmonies of #AA5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D1E

Black with #AA5D1E

Text Example


Text Example

White with #AA5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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