Html Css Color HEX #A8466F Rouge

📋 copy color: '#A8466F'

red 168 ◦ green 70 ◦ blue 111

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

Shades of Rouge #A8466F

Tints of Rouge #A8466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 48.14%
G = 20.06%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8466F (or 0xA8466F) is known color: Rouge. HEX triplet: A8, 46 and 6F. RGB value is (168,70,111). Sum of RGB (Red+Green+Blue) = 168+70+111=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8466F is #57B990. Grayscale: #676767. Windows color (decimal): -5749137 or 7292584. OLE color: 7292584.

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

Color convert

RGB 168 70 111 -
CMYK 0 0.58 0.34 0.34
HSL 334.9º 0.41% 0.47% -
HSV(B) 334.9º 0.58% 0.66% -
XYZ 21.21 13.85 16.6 -
YUV 103.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 168 70 111 0 0.58 0.34 0.34 334.9 0.41 0.47
Hex A8 46 6F 0 3A 22 22 14F 29 2F
Octal 250 106 157 0 72 42 42 517 51 57
Binary 10101000 1000110 1101111 0 111010 100010 100010 101001111 101001 101111

Color Harmonies of #A8466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8466F

Black with #A8466F

Text Example


Text Example

White with #A8466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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