Html Css Color HEX #A83364 Rouge

📋 copy color: '#A83364'

red 168 ◦ green 51 ◦ blue 100

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

Shades of Rouge #A83364

Tints of Rouge #A83364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 52.66%
G = 15.99%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83364 (or 0xA83364) is known color: Rouge. HEX triplet: A8, 33 and 64. RGB value is (168,51,100). Sum of RGB (Red+Green+Blue) = 168+51+100=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A83364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83364 is #57CC9B. Grayscale: #5B5B5B. Windows color (decimal): -5754012 or 6566824. OLE color: 6566824.

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

Color convert

RGB 168 51 100 -
CMYK 0 0.70 0.40 0.34
HSL 334.87º 0.53% 0.43% -
HSV(B) 334.87º 0.7% 0.66% -
XYZ 19.63 11.61 13.26 -
YUV 91.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 168 51 100 0 0.70 0.40 0.34 334.87 0.53 0.43
Hex A8 33 64 0 46 28 22 14F 35 2B
Octal 250 63 144 0 106 50 42 517 65 53
Binary 10101000 110011 1100100 0 1000110 101000 100010 101001111 110101 101011

Color Harmonies of #A83364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83364

Black with #A83364

Text Example


Text Example

White with #A83364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83364; }

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

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

background-color css

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

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

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

border-color css

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

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

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