Html Css Color HEX #A84634 Medium Carmine

📋 copy color: '#A84634'

red 168 ◦ green 70 ◦ blue 52

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

Shades of Medium Carmine #A84634

Tints of Medium Carmine #A84634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 57.93%
G = 24.14%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A84634 (or 0xA84634) is known color: Medium Carmine. HEX triplet: A8, 46 and 34. RGB value is (168,70,52). Sum of RGB (Red+Green+Blue) = 168+70+52=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84634 is #57B9CB. Grayscale: #616161. Windows color (decimal): -5749196 or 3425960. OLE color: 3425960.

HSL color Cylindrical-coordinate representation of color #A84634: hue angle of 9.31º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84634 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 70 52 -
CMYK 0 0.58 0.69 0.34
HSL 9.31º 0.53% 0.43% -
HSV(B) 9.31º 0.69% 0.66% -
XYZ 18.96 12.95 4.75 -
YUV 97.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 168 70 52 0 0.58 0.69 0.34 9.31 0.53 0.43
Hex A8 46 34 0 3A 45 22 9 35 2B
Octal 250 106 64 0 72 105 42 11 65 53
Binary 10101000 1000110 110100 0 111010 1000101 100010 1001 110101 101011

Color Harmonies of #A84634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84634

Black with #A84634

Text Example


Text Example

White with #A84634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84634; }

 p { color: rgb(168,70,52); }

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

background-color css

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

 a { background-color: rgb(168,70,52); }

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

border-color css

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

 span { border-color: rgb(168,70,52); }

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