Html Css Color HEX #AA4730 Medium Carmine

📋 copy color: '#AA4730'

red 170 ◦ green 71 ◦ blue 48

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

Shades of Medium Carmine #AA4730

Tints of Medium Carmine #AA4730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 58.82%
G = 24.57%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA4730 (or 0xAA4730) is known color: Medium Carmine. HEX triplet: AA, 47 and 30. RGB value is (170,71,48). Sum of RGB (Red+Green+Blue) = 170+71+48=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4730 is #55B8CF. Grayscale: #626262. Windows color (decimal): -5617872 or 3164074. OLE color: 3164074.

HSL color Cylindrical-coordinate representation of color #AA4730: hue angle of 11.31º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4730 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 48 -
CMYK 0 0.58 0.72 0.33
HSL 11.31º 0.56% 0.43% -
HSV(B) 11.31º 0.72% 0.67% -
XYZ 19.36 13.27 4.34 -
YUV 97.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 170 71 48 0 0.58 0.72 0.33 11.31 0.56 0.43
Hex AA 47 30 0 3A 48 21 B 38 2B
Octal 252 107 60 0 72 110 41 13 70 53
Binary 10101010 1000111 110000 0 111010 1001000 100001 1011 111000 101011

Color Harmonies of #AA4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4730

Black with #AA4730

Text Example


Text Example

White with #AA4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4730; }

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

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

background-color css

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

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

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

border-color css

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

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

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