Html Css Color HEX #AA441D Rich Gold

📋 copy color: '#AA441D'

red 170 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #AA441D

Tints of Rich Gold #AA441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 63.67%
G = 25.47%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA441D (or 0xAA441D) is known color: Rich Gold. HEX triplet: AA, 44 and 1D. RGB value is (170,68,29). Sum of RGB (Red+Green+Blue) = 170+68+29=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA441D is #55BBE2. Grayscale: #5E5E5E. Windows color (decimal): -5618659 or 1918122. OLE color: 1918122.

HSL color Cylindrical-coordinate representation of color #AA441D: hue angle of 16.6º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA441D is Cyan = 0, Magento = 0.6, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 29 -
CMYK 0 0.6 0.83 0.33
HSL 16.6º 0.71% 0.39% -
HSV(B) 16.6º 0.83% 0.67% -
XYZ 18.87 12.77 2.63 -
YUV 94.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 170 68 29 0 0.6 0.83 0.33 16.6 0.71 0.39
Hex AA 44 1D 0 3C 53 21 11 47 27
Octal 252 104 35 0 74 123 41 21 107 47
Binary 10101010 1000100 11101 0 111100 1010011 100001 10001 1000111 100111

Color Harmonies of #AA441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA441D

Black with #AA441D

Text Example


Text Example

White with #AA441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA441D; }

 p { color: rgb(170,68,29); }

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

background-color css

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

 a { background-color: rgb(170,68,29); }

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

border-color css

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

 span { border-color: rgb(170,68,29); }

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