Html Css Color HEX #AA4935 Medium Carmine

📋 copy color: '#AA4935'

red 170 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #AA4935

Tints of Medium Carmine #AA4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 57.43%
G = 24.66%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4935 (or 0xAA4935) is known color: Medium Carmine. HEX triplet: AA, 49 and 35. RGB value is (170,73,53). Sum of RGB (Red+Green+Blue) = 170+73+53=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4935 is #55B6CA. Grayscale: #636363. Windows color (decimal): -5617355 or 3492266. OLE color: 3492266.

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

Color convert

RGB 170 73 53 -
CMYK 0 0.57 0.69 0.33
HSL 10.26º 0.52% 0.44% -
HSV(B) 10.26º 0.69% 0.67% -
XYZ 19.6 13.57 4.95 -
YUV 99.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 170 73 53 0 0.57 0.69 0.33 10.26 0.52 0.44
Hex AA 49 35 0 39 45 21 A 34 2C
Octal 252 111 65 0 71 105 41 12 64 54
Binary 10101010 1001001 110101 0 111001 1000101 100001 1010 110100 101100

Color Harmonies of #AA4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4935

Black with #AA4935

Text Example


Text Example

White with #AA4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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