Html Css Color HEX #A84366 Rouge

📋 copy color: '#A84366'

red 168 ◦ green 67 ◦ blue 102

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

Shades of Rouge #A84366

Tints of Rouge #A84366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

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

R = 49.85%
G = 19.88%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A84366 (or 0xA84366) is known color: Rouge. HEX triplet: A8, 43 and 66. RGB value is (168,67,102). Sum of RGB (Red+Green+Blue) = 168+67+102=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A84366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84366 is #57BC99. Grayscale: #656565. Windows color (decimal): -5749914 or 6701992. OLE color: 6701992.

HSL color Cylindrical-coordinate representation of color #A84366: hue angle of 339.21º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84366 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 102 -
CMYK 0 0.60 0.39 0.34
HSL 339.21º 0.43% 0.46% -
HSV(B) 339.21º 0.6% 0.66% -
XYZ 20.55 13.3 14.05 -
YUV 101.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 168 67 102 0 0.60 0.39 0.34 339.21 0.43 0.46
Hex A8 43 66 0 3C 27 22 153 2B 2E
Octal 250 103 146 0 74 47 42 523 53 56
Binary 10101000 1000011 1100110 0 111100 100111 100010 101010011 101011 101110

Color Harmonies of #A84366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84366

Black with #A84366

Text Example


Text Example

White with #A84366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84366; }

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

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

background-color css

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

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

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

border-color css

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

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

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