Html Css Color HEX #A84866 Rouge

📋 copy color: '#A84866'

red 168 ◦ green 72 ◦ blue 102

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

Shades of Rouge #A84866

Tints of Rouge #A84866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 49.12%
G = 21.05%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A84866 (or 0xA84866) is known color: Rouge. HEX triplet: A8, 48 and 66. RGB value is (168,72,102). Sum of RGB (Red+Green+Blue) = 168+72+102=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A84866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84866 is #57B799. Grayscale: #686868. Windows color (decimal): -5748634 or 6703272. OLE color: 6703272.

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

Color convert

RGB 168 72 102 -
CMYK 0 0.57 0.39 0.34
HSL 341.25º 0.4% 0.47% -
HSV(B) 341.25º 0.57% 0.66% -
XYZ 20.86 13.92 14.16 -
YUV 104.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 168 72 102 0 0.57 0.39 0.34 341.25 0.4 0.47
Hex A8 48 66 0 39 27 22 155 28 2F
Octal 250 110 146 0 71 47 42 525 50 57
Binary 10101000 1001000 1100110 0 111001 100111 100010 101010101 101000 101111

Color Harmonies of #A84866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84866

Black with #A84866

Text Example


Text Example

White with #A84866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84866; }

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

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

background-color css

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

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

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

border-color css

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

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

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