Html Css Color HEX #AA4231 Medium Carmine

📋 copy color: '#AA4231'

red 170 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #AA4231

Tints of Medium Carmine #AA4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 59.65%
G = 23.16%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA4231 (or 0xAA4231) is known color: Medium Carmine. HEX triplet: AA, 42 and 31. RGB value is (170,66,49). Sum of RGB (Red+Green+Blue) = 170+66+49=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4231 is #55BDCE. Grayscale: #5F5F5F. Windows color (decimal): -5619151 or 3228330. OLE color: 3228330.

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

Color convert

RGB 170 66 49 -
CMYK 0 0.61 0.71 0.33
HSL 8.43º 0.55% 0.43% -
HSV(B) 8.43º 0.71% 0.67% -
XYZ 19.08 12.66 4.34 -
YUV 95.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 170 66 49 0 0.61 0.71 0.33 8.43 0.55 0.43
Hex AA 42 31 0 3D 47 21 8 37 2B
Octal 252 102 61 0 75 107 41 10 67 53
Binary 10101010 1000010 110001 0 111101 1000111 100001 1000 110111 101011

Color Harmonies of #AA4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4231

Black with #AA4231

Text Example


Text Example

White with #AA4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4231; }

 p { color: rgb(170,66,49); }

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

background-color css

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

 a { background-color: rgb(170,66,49); }

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

border-color css

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

 span { border-color: rgb(170,66,49); }

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