Html Css Color HEX #AA4938 Medium Carmine

📋 copy color: '#AA4938'

red 170 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #AA4938

Tints of Medium Carmine #AA4938

RGB

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

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

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

R = 56.86%
G = 24.41%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA4938 (or 0xAA4938) is known color: Medium Carmine. HEX triplet: AA, 49 and 38. RGB value is (170,73,56). Sum of RGB (Red+Green+Blue) = 170+73+56=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4938 is #55B6C7. Grayscale: #646464. Windows color (decimal): -5617352 or 3688874. OLE color: 3688874.

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

Color convert

RGB 170 73 56 -
CMYK 0 0.57 0.67 0.33
HSL 8.95º 0.5% 0.44% -
HSV(B) 8.95º 0.67% 0.67% -
XYZ 19.67 13.6 5.33 -
YUV 100.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 170 73 56 0 0.57 0.67 0.33 8.95 0.5 0.44
Hex AA 49 38 0 39 43 21 9 32 2C
Octal 252 111 70 0 71 103 41 11 62 54
Binary 10101010 1001001 111000 0 111001 1000011 100001 1001 110010 101100

Color Harmonies of #AA4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4938

Black with #AA4938

Text Example


Text Example

White with #AA4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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