Html Css Color HEX #A84661 Rouge

📋 copy color: '#A84661'

red 168 ◦ green 70 ◦ blue 97

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

Shades of Rouge #A84661

Tints of Rouge #A84661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 50.15%
G = 20.9%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A84661 (or 0xA84661) is known color: Rouge. HEX triplet: A8, 46 and 61. RGB value is (168,70,97). Sum of RGB (Red+Green+Blue) = 168+70+97=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A84661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84661 is #57B99E. Grayscale: #666666. Windows color (decimal): -5749151 or 6375080. OLE color: 6375080.

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

Color convert

RGB 168 70 97 -
CMYK 0 0.58 0.42 0.34
HSL 343.47º 0.41% 0.47% -
HSV(B) 343.47º 0.58% 0.66% -
XYZ 20.5 13.57 12.85 -
YUV 102.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 168 70 97 0 0.58 0.42 0.34 343.47 0.41 0.47
Hex A8 46 61 0 3A 2A 22 157 29 2F
Octal 250 106 141 0 72 52 42 527 51 57
Binary 10101000 1000110 1100001 0 111010 101010 100010 101010111 101001 101111

Color Harmonies of #A84661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84661

Black with #A84661

Text Example


Text Example

White with #A84661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84661; }

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

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

background-color css

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

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

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

border-color css

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

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

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