Html Css Color HEX #A83964 Rouge

📋 copy color: '#A83964'

red 168 ◦ green 57 ◦ blue 100

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

Shades of Rouge #A83964

Tints of Rouge #A83964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 51.69%
G = 17.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83964 (or 0xA83964) is known color: Rouge. HEX triplet: A8, 39 and 64. RGB value is (168,57,100). Sum of RGB (Red+Green+Blue) = 168+57+100=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A83964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83964 is #57C69B. Grayscale: #5F5F5F. Windows color (decimal): -5752476 or 6568360. OLE color: 6568360.

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

Color convert

RGB 168 57 100 -
CMYK 0 0.66 0.40 0.34
HSL 336.76º 0.49% 0.44% -
HSV(B) 336.76º 0.66% 0.66% -
XYZ 19.91 12.17 13.36 -
YUV 95.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 168 57 100 0 0.66 0.40 0.34 336.76 0.49 0.44
Hex A8 39 64 0 42 28 22 151 31 2C
Octal 250 71 144 0 102 50 42 521 61 54
Binary 10101000 111001 1100100 0 1000010 101000 100010 101010001 110001 101100

Color Harmonies of #A83964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83964

Black with #A83964

Text Example


Text Example

White with #A83964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83964; }

 p { color: rgb(168,57,100); }

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

background-color css

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

 a { background-color: rgb(168,57,100); }

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

border-color css

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

 span { border-color: rgb(168,57,100); }

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