Html Css Color HEX #AA4638 Medium Carmine

📋 copy color: '#AA4638'

red 170 ◦ green 70 ◦ blue 56

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

Shades of Medium Carmine #AA4638

Tints of Medium Carmine #AA4638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 57.43%
G = 23.65%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA4638 (or 0xAA4638) is known color: Medium Carmine. HEX triplet: AA, 46 and 38. RGB value is (170,70,56). Sum of RGB (Red+Green+Blue) = 170+70+56=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4638 is #55B9C7. Grayscale: #626262. Windows color (decimal): -5618120 or 3688106. OLE color: 3688106.

HSL color Cylindrical-coordinate representation of color #AA4638: hue angle of 7.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4638 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 70 56 -
CMYK 0 0.59 0.67 0.33
HSL 7.37º 0.5% 0.44% -
HSV(B) 7.37º 0.67% 0.67% -
XYZ 19.48 13.21 5.26 -
YUV 98.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 170 70 56 0 0.59 0.67 0.33 7.37 0.5 0.44
Hex AA 46 38 0 3B 43 21 7 32 2C
Octal 252 106 70 0 73 103 41 7 62 54
Binary 10101010 1000110 111000 0 111011 1000011 100001 111 110010 101100

Color Harmonies of #AA4638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4638

Black with #AA4638

Text Example


Text Example

White with #AA4638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4638; }

 p { color: rgb(170,70,56); }

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

background-color css

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

 a { background-color: rgb(170,70,56); }

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

border-color css

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

 span { border-color: rgb(170,70,56); }

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