Html Css Color HEX #AA4735 Medium Carmine

📋 copy color: '#AA4735'

red 170 ◦ green 71 ◦ blue 53

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

Shades of Medium Carmine #AA4735

Tints of Medium Carmine #AA4735

RGB

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

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

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

R = 57.82%
G = 24.15%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4735 (or 0xAA4735) is known color: Medium Carmine. HEX triplet: AA, 47 and 35. RGB value is (170,71,53). Sum of RGB (Red+Green+Blue) = 170+71+53=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4735 is #55B8CA. Grayscale: #626262. Windows color (decimal): -5617867 or 3491754. OLE color: 3491754.

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

Color convert

RGB 170 71 53 -
CMYK 0 0.58 0.69 0.33
HSL 9.23º 0.52% 0.44% -
HSV(B) 9.23º 0.69% 0.67% -
XYZ 19.47 13.31 4.91 -
YUV 98.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 170 71 53 0 0.58 0.69 0.33 9.23 0.52 0.44
Hex AA 47 35 0 3A 45 21 9 34 2C
Octal 252 107 65 0 72 105 41 11 64 54
Binary 10101010 1000111 110101 0 111010 1000101 100001 1001 110100 101100

Color Harmonies of #AA4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4735

Black with #AA4735

Text Example


Text Example

White with #AA4735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4735; }

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

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

background-color css

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

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

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

border-color css

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

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

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