Html Css Color HEX #AA4937 Medium Carmine

📋 copy color: '#AA4937'

red 170 ◦ green 73 ◦ blue 55

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

Shades of Medium Carmine #AA4937

Tints of Medium Carmine #AA4937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 57.05%
G = 24.5%
B = 18.46%

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

#AA4937 (or 0xAA4937) is known color: Medium Carmine. HEX triplet: AA, 49 and 37. RGB value is (170,73,55). Sum of RGB (Red+Green+Blue) = 170+73+55=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4937 is #55B6C8. Grayscale: #646464. Windows color (decimal): -5617353 or 3623338. OLE color: 3623338.

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

Color convert

RGB 170 73 55 -
CMYK 0 0.57 0.68 0.33
HSL 9.39º 0.51% 0.44% -
HSV(B) 9.39º 0.68% 0.67% -
XYZ 19.65 13.59 5.2 -
YUV 99.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 170 73 55 0 0.57 0.68 0.33 9.39 0.51 0.44
Hex AA 49 37 0 39 44 21 9 33 2C
Octal 252 111 67 0 71 104 41 11 63 54
Binary 10101010 1001001 110111 0 111001 1000100 100001 1001 110011 101100

Color Harmonies of #AA4937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4937

Black with #AA4937

Text Example


Text Example

White with #AA4937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4937; }

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

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

background-color css

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

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

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

border-color css

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

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

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