Html Css Color HEX #AA4736 Medium Carmine

📋 copy color: '#AA4736'

red 170 ◦ green 71 ◦ blue 54

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

Shades of Medium Carmine #AA4736

Tints of Medium Carmine #AA4736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 57.63%
G = 24.07%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4736 (or 0xAA4736) is known color: Medium Carmine. HEX triplet: AA, 47 and 36. RGB value is (170,71,54). Sum of RGB (Red+Green+Blue) = 170+71+54=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4736 is #55B8C9. Grayscale: #626262. Windows color (decimal): -5617866 or 3557290. OLE color: 3557290.

HSL color Cylindrical-coordinate representation of color #AA4736: hue angle of 8.79º 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 #AA4736 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 54 -
CMYK 0 0.58 0.68 0.33
HSL 8.79º 0.52% 0.44% -
HSV(B) 8.79º 0.68% 0.67% -
XYZ 19.5 13.32 5.03 -
YUV 98.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 170 71 54 0 0.58 0.68 0.33 8.79 0.52 0.44
Hex AA 47 36 0 3A 44 21 9 34 2C
Octal 252 107 66 0 72 104 41 11 64 54
Binary 10101010 1000111 110110 0 111010 1000100 100001 1001 110100 101100

Color Harmonies of #AA4736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4736

Black with #AA4736

Text Example


Text Example

White with #AA4736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4736; }

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

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

background-color css

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

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

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

border-color css

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

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

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