Html Css Color HEX #A84663 Rouge

📋 copy color: '#A84663'

red 168 ◦ green 70 ◦ blue 99

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

Shades of Rouge #A84663

Tints of Rouge #A84663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 49.85%
G = 20.77%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84663 (or 0xA84663) is known color: Rouge. HEX triplet: A8, 46 and 63. RGB value is (168,70,99). Sum of RGB (Red+Green+Blue) = 168+70+99=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A84663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84663 is #57B99C. Grayscale: #666666. Windows color (decimal): -5749149 or 6506152. OLE color: 6506152.

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

Color convert

RGB 168 70 99 -
CMYK 0 0.58 0.41 0.34
HSL 342.24º 0.41% 0.47% -
HSV(B) 342.24º 0.58% 0.66% -
XYZ 20.59 13.61 13.35 -
YUV 102.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 168 70 99 0 0.58 0.41 0.34 342.24 0.41 0.47
Hex A8 46 63 0 3A 29 22 156 29 2F
Octal 250 106 143 0 72 51 42 526 51 57
Binary 10101000 1000110 1100011 0 111010 101001 100010 101010110 101001 101111

Color Harmonies of #A84663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84663

Black with #A84663

Text Example


Text Example

White with #A84663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84663; }

 p { color: rgb(168,70,99); }

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

background-color css

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

 a { background-color: rgb(168,70,99); }

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

border-color css

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

 span { border-color: rgb(168,70,99); }

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