Html Css Color HEX #A64837 Medium Carmine

📋 copy color: '#A64837'

red 166 ◦ green 72 ◦ blue 55

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

Shades of Medium Carmine #A64837

Tints of Medium Carmine #A64837

RGB

 RED value IS 166 (65.23% from 255) = 56.66%

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 56.66%
G = 24.57%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64837 (or 0xA64837) is known color: Medium Carmine. HEX triplet: A6, 48 and 37. RGB value is (166,72,55). Sum of RGB (Red+Green+Blue) = 166+72+55=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A64837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64837 is #59B7C8. Grayscale: #626262. Windows color (decimal): -5879753 or 3623078. OLE color: 3623078.

HSL color Cylindrical-coordinate representation of color #A64837: hue angle of 9.19º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64837 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 72 55 -
CMYK 0 0.57 0.67 0.35
HSL 9.19º 0.5% 0.43% -
HSV(B) 9.19º 0.67% 0.65% -
XYZ 18.73 13.02 5.14 -
YUV 98.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 166 72 55 0 0.57 0.67 0.35 9.19 0.5 0.43
Hex A6 48 37 0 39 43 23 9 32 2B
Octal 246 110 67 0 71 103 43 11 62 53
Binary 10100110 1001000 110111 0 111001 1000011 100011 1001 110010 101011

Color Harmonies of #A64837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64837

Black with #A64837

Text Example


Text Example

White with #A64837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64837; }

 p { color: rgb(166,72,55); }

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

background-color css

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

 a { background-color: rgb(166,72,55); }

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

border-color css

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

 span { border-color: rgb(166,72,55); }

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