Html Css Color HEX #A83F60 Rouge

📋 copy color: '#A83F60'

red 168 ◦ green 63 ◦ blue 96

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

Shades of Rouge #A83F60

Tints of Rouge #A83F60

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

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

R = 51.38%
G = 19.27%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A83F60 (or 0xA83F60) is known color: Rouge. HEX triplet: A8, 3F and 60. RGB value is (168,63,96). Sum of RGB (Red+Green+Blue) = 168+63+96=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F60 is #57C09F. Grayscale: #626262. Windows color (decimal): -5750944 or 6307752. OLE color: 6307752.

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

Color convert

RGB 168 63 96 -
CMYK 0 0.63 0.43 0.34
HSL 341.14º 0.45% 0.45% -
HSV(B) 341.14º 0.63% 0.66% -
XYZ 20.04 12.72 12.47 -
YUV 98.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 168 63 96 0 0.63 0.43 0.34 341.14 0.45 0.45
Hex A8 3F 60 0 3F 2B 22 155 2D 2D
Octal 250 77 140 0 77 53 42 525 55 55
Binary 10101000 111111 1100000 0 111111 101011 100010 101010101 101101 101101

Color Harmonies of #A83F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F60

Black with #A83F60

Text Example


Text Example

White with #A83F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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