Html Css Color HEX #A83F68 Rouge

📋 copy color: '#A83F68'

red 168 ◦ green 63 ◦ blue 104

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

Shades of Rouge #A83F68

Tints of Rouge #A83F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 50.15%
G = 18.81%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83F68 (or 0xA83F68) is known color: Rouge. HEX triplet: A8, 3F and 68. RGB value is (168,63,104). Sum of RGB (Red+Green+Blue) = 168+63+104=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F68 is #57C097. Grayscale: #636363. Windows color (decimal): -5750936 or 6832040. OLE color: 6832040.

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

Color convert

RGB 168 63 104 -
CMYK 0 0.63 0.38 0.34
HSL 336.57º 0.45% 0.45% -
HSV(B) 336.57º 0.63% 0.66% -
XYZ 20.42 12.88 14.51 -
YUV 99.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 168 63 104 0 0.63 0.38 0.34 336.57 0.45 0.45
Hex A8 3F 68 0 3F 26 22 151 2D 2D
Octal 250 77 150 0 77 46 42 521 55 55
Binary 10101000 111111 1101000 0 111111 100110 100010 101010001 101101 101101

Color Harmonies of #A83F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F68

Black with #A83F68

Text Example


Text Example

White with #A83F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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