Html Css Color HEX #AA4D1B Rich Gold

📋 copy color: '#AA4D1B'

red 170 ◦ green 77 ◦ blue 27

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

Shades of Rich Gold #AA4D1B

Tints of Rich Gold #AA4D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 62.04%
G = 28.1%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA4D1B (or 0xAA4D1B) is known color: Rich Gold. HEX triplet: AA, 4D and 1B. RGB value is (170,77,27). Sum of RGB (Red+Green+Blue) = 170+77+27=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D1B is #55B2E4. Grayscale: #636363. Windows color (decimal): -5616357 or 1789354. OLE color: 1789354.

HSL color Cylindrical-coordinate representation of color #AA4D1B: hue angle of 20.98º degrees, saturation: 0.73, 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 #AA4D1B is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 27 -
CMYK 0 0.55 0.84 0.33
HSL 20.98º 0.73% 0.39% -
HSV(B) 20.98º 0.84% 0.67% -
XYZ 19.43 13.93 2.7 -
YUV 99.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 170 77 27 0 0.55 0.84 0.33 20.98 0.73 0.39
Hex AA 4D 1B 0 37 54 21 15 49 27
Octal 252 115 33 0 67 124 41 25 111 47
Binary 10101010 1001101 11011 0 110111 1010100 100001 10101 1001001 100111

Color Harmonies of #AA4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D1B

Black with #AA4D1B

Text Example


Text Example

White with #AA4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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