Html Css Color HEX #A83C6C Rouge

📋 copy color: '#A83C6C'

red 168 ◦ green 60 ◦ blue 108

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

Shades of Rouge #A83C6C

Tints of Rouge #A83C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 50%
G = 17.86%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A83C6C (or 0xA83C6C) is known color: Rouge. HEX triplet: A8, 3C and 6C. RGB value is (168,60,108). Sum of RGB (Red+Green+Blue) = 168+60+108=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83C6C is #57C393. Grayscale: #616161. Windows color (decimal): -5751700 or 7093416. OLE color: 7093416.

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

Color convert

RGB 168 60 108 -
CMYK 0 0.64 0.36 0.34
HSL 333.33º 0.47% 0.45% -
HSV(B) 333.33º 0.64% 0.66% -
XYZ 20.47 12.64 15.55 -
YUV 97.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 168 60 108 0 0.64 0.36 0.34 333.33 0.47 0.45
Hex A8 3C 6C 0 40 24 22 14D 2F 2D
Octal 250 74 154 0 100 44 42 515 57 55
Binary 10101000 111100 1101100 0 1000000 100100 100010 101001101 101111 101101

Color Harmonies of #A83C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C6C

Black with #A83C6C

Text Example


Text Example

White with #A83C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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