Html Css Color HEX #AA4833 Medium Carmine

📋 copy color: '#AA4833'

red 170 ◦ green 72 ◦ blue 51

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

Shades of Medium Carmine #AA4833

Tints of Medium Carmine #AA4833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 58.02%
G = 24.57%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA4833 (or 0xAA4833) is known color: Medium Carmine. HEX triplet: AA, 48 and 33. RGB value is (170,72,51). Sum of RGB (Red+Green+Blue) = 170+72+51=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4833 is #55B7CC. Grayscale: #636363. Windows color (decimal): -5617613 or 3360938. OLE color: 3360938.

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

Color convert

RGB 170 72 51 -
CMYK 0 0.58 0.7 0.33
HSL 10.59º 0.54% 0.43% -
HSV(B) 10.59º 0.7% 0.67% -
XYZ 19.49 13.42 4.69 -
YUV 98.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 170 72 51 0 0.58 0.7 0.33 10.59 0.54 0.43
Hex AA 48 33 0 3A 46 21 B 36 2B
Octal 252 110 63 0 72 106 41 13 66 53
Binary 10101010 1001000 110011 0 111010 1000110 100001 1011 110110 101011

Color Harmonies of #AA4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4833

Black with #AA4833

Text Example


Text Example

White with #AA4833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4833; }

 p { color: rgb(170,72,51); }

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

background-color css

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

 a { background-color: rgb(170,72,51); }

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

border-color css

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

 span { border-color: rgb(170,72,51); }

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