Html Css Color HEX #A84938 Medium Carmine

📋 copy color: '#A84938'

red 168 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #A84938

Tints of Medium Carmine #A84938

RGB

 RED value IS 168 (66.02% from 255) = 56.57%

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

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

R = 56.57%
G = 24.58%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A84938 (or 0xA84938) is known color: Medium Carmine. HEX triplet: A8, 49 and 38. RGB value is (168,73,56). Sum of RGB (Red+Green+Blue) = 168+73+56=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A84938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84938 is #57B6C7. Grayscale: #636363. Windows color (decimal): -5748424 or 3688872. OLE color: 3688872.

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

Color convert

RGB 168 73 56 -
CMYK 0 0.57 0.67 0.34
HSL 9.11º 0.5% 0.44% -
HSV(B) 9.11º 0.67% 0.66% -
XYZ 19.24 13.38 5.31 -
YUV 99.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 168 73 56 0 0.57 0.67 0.34 9.11 0.5 0.44
Hex A8 49 38 0 39 43 22 9 32 2C
Octal 250 111 70 0 71 103 42 11 62 54
Binary 10101000 1001001 111000 0 111001 1000011 100010 1001 110010 101100

Color Harmonies of #A84938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84938

Black with #A84938

Text Example


Text Example

White with #A84938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84938; }

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

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

background-color css

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

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

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

border-color css

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

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

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