Html Css Color HEX #AA4D1E Rich Gold

📋 copy color: '#AA4D1E'

red 170 ◦ green 77 ◦ blue 30

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

Shades of Rich Gold #AA4D1E

Tints of Rich Gold #AA4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

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

R = 61.37%
G = 27.8%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA4D1E (or 0xAA4D1E) is known color: Rich Gold. HEX triplet: AA, 4D and 1E. RGB value is (170,77,30). Sum of RGB (Red+Green+Blue) = 170+77+30=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D1E is #55B2E1. Grayscale: #636363. Windows color (decimal): -5616354 or 1985962. OLE color: 1985962.

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

Color convert

RGB 170 77 30 -
CMYK 0 0.55 0.82 0.33
HSL 20.14º 0.7% 0.39% -
HSV(B) 20.14º 0.82% 0.67% -
XYZ 19.47 13.95 2.89 -
YUV 99.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 170 77 30 0 0.55 0.82 0.33 20.14 0.7 0.39
Hex AA 4D 1E 0 37 52 21 14 46 27
Octal 252 115 36 0 67 122 41 24 106 47
Binary 10101010 1001101 11110 0 110111 1010010 100001 10100 1000110 100111

Color Harmonies of #AA4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D1E

Black with #AA4D1E

Text Example


Text Example

White with #AA4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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