Html Css Color HEX #A83464 Rouge

📋 copy color: '#A83464'

red 168 ◦ green 52 ◦ blue 100

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

Shades of Rouge #A83464

Tints of Rouge #A83464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 52.5%
G = 16.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83464 (or 0xA83464) is known color: Rouge. HEX triplet: A8, 34 and 64. RGB value is (168,52,100). Sum of RGB (Red+Green+Blue) = 168+52+100=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83464 is #57CB9B. Grayscale: #5C5C5C. Windows color (decimal): -5753756 or 6567080. OLE color: 6567080.

HSL color Cylindrical-coordinate representation of color #A83464: hue angle of 335.17º 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 #A83464 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 100 -
CMYK 0 0.69 0.40 0.34
HSL 335.17º 0.53% 0.43% -
HSV(B) 335.17º 0.69% 0.66% -
XYZ 19.68 11.7 13.28 -
YUV 92.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 168 52 100 0 0.69 0.40 0.34 335.17 0.53 0.43
Hex A8 34 64 0 45 28 22 14F 35 2B
Octal 250 64 144 0 105 50 42 517 65 53
Binary 10101000 110100 1100100 0 1000101 101000 100010 101001111 110101 101011

Color Harmonies of #A83464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83464

Black with #A83464

Text Example


Text Example

White with #A83464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83464; }

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

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

background-color css

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

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

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

border-color css

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

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

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