Html Css Color HEX #A84360 Rouge

📋 copy color: '#A84360'

red 168 ◦ green 67 ◦ blue 96

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

Shades of Rouge #A84360

Tints of Rouge #A84360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 50.76%
G = 20.24%
B = 29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A84360 (or 0xA84360) is known color: Rouge. HEX triplet: A8, 43 and 60. RGB value is (168,67,96). Sum of RGB (Red+Green+Blue) = 168+67+96=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A84360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84360 is #57BC9F. Grayscale: #646464. Windows color (decimal): -5749920 or 6308776. OLE color: 6308776.

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

Color convert

RGB 168 67 96 -
CMYK 0 0.60 0.43 0.34
HSL 342.77º 0.43% 0.46% -
HSV(B) 342.77º 0.6% 0.66% -
XYZ 20.27 13.18 12.54 -
YUV 100.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 168 67 96 0 0.60 0.43 0.34 342.77 0.43 0.46
Hex A8 43 60 0 3C 2B 22 157 2B 2E
Octal 250 103 140 0 74 53 42 527 53 56
Binary 10101000 1000011 1100000 0 111100 101011 100010 101010111 101011 101110

Color Harmonies of #A84360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84360

Black with #A84360

Text Example


Text Example

White with #A84360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84360; }

 p { color: rgb(168,67,96); }

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

background-color css

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

 a { background-color: rgb(168,67,96); }

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

border-color css

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

 span { border-color: rgb(168,67,96); }

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