Html Css Color HEX #AA4936 Medium Carmine

📋 copy color: '#AA4936'

red 170 ◦ green 73 ◦ blue 54

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

Shades of Medium Carmine #AA4936

Tints of Medium Carmine #AA4936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 57.24%
G = 24.58%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4936 (or 0xAA4936) is known color: Medium Carmine. HEX triplet: AA, 49 and 36. RGB value is (170,73,54). Sum of RGB (Red+Green+Blue) = 170+73+54=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4936 is #55B6C9. Grayscale: #646464. Windows color (decimal): -5617354 or 3557802. OLE color: 3557802.

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

Color convert

RGB 170 73 54 -
CMYK 0 0.57 0.68 0.33
HSL 9.83º 0.52% 0.44% -
HSV(B) 9.83º 0.68% 0.67% -
XYZ 19.63 13.58 5.08 -
YUV 99.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 170 73 54 0 0.57 0.68 0.33 9.83 0.52 0.44
Hex AA 49 36 0 39 44 21 A 34 2C
Octal 252 111 66 0 71 104 41 12 64 54
Binary 10101010 1001001 110110 0 111001 1000100 100001 1010 110100 101100

Color Harmonies of #AA4936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4936

Black with #AA4936

Text Example


Text Example

White with #AA4936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4936; }

 p { color: rgb(170,73,54); }

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

background-color css

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

 a { background-color: rgb(170,73,54); }

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

border-color css

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

 span { border-color: rgb(170,73,54); }

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