Html Css Color HEX #A83C66 Rouge

📋 copy color: '#A83C66'

red 168 ◦ green 60 ◦ blue 102

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

Shades of Rouge #A83C66

Tints of Rouge #A83C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 50.91%
G = 18.18%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A83C66 (or 0xA83C66) is known color: Rouge. HEX triplet: A8, 3C and 66. RGB value is (168,60,102). Sum of RGB (Red+Green+Blue) = 168+60+102=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83C66 is #57C399. Grayscale: #616161. Windows color (decimal): -5751706 or 6700200. OLE color: 6700200.

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

Color convert

RGB 168 60 102 -
CMYK 0 0.64 0.39 0.34
HSL 336.67º 0.47% 0.45% -
HSV(B) 336.67º 0.64% 0.66% -
XYZ 20.16 12.52 13.92 -
YUV 97.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 168 60 102 0 0.64 0.39 0.34 336.67 0.47 0.45
Hex A8 3C 66 0 40 27 22 151 2F 2D
Octal 250 74 146 0 100 47 42 521 57 55
Binary 10101000 111100 1100110 0 1000000 100111 100010 101010001 101111 101101

Color Harmonies of #A83C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C66

Black with #A83C66

Text Example


Text Example

White with #A83C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C66; }

 p { color: rgb(168,60,102); }

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

background-color css

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

 a { background-color: rgb(168,60,102); }

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

border-color css

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

 span { border-color: rgb(168,60,102); }

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