Html Css Color HEX #A8466D Rouge

📋 copy color: '#A8466D'

red 168 ◦ green 70 ◦ blue 109

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

Shades of Rouge #A8466D

Tints of Rouge #A8466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 48.41%
G = 20.17%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8466D (or 0xA8466D) is known color: Rouge. HEX triplet: A8, 46 and 6D. RGB value is (168,70,109). Sum of RGB (Red+Green+Blue) = 168+70+109=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8466D is #57B992. Grayscale: #676767. Windows color (decimal): -5749139 or 7161512. OLE color: 7161512.

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

Color convert

RGB 168 70 109 -
CMYK 0 0.58 0.35 0.34
HSL 336.12º 0.41% 0.47% -
HSV(B) 336.12º 0.58% 0.66% -
XYZ 21.1 13.81 16.02 -
YUV 103.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 168 70 109 0 0.58 0.35 0.34 336.12 0.41 0.47
Hex A8 46 6D 0 3A 23 22 150 29 2F
Octal 250 106 155 0 72 43 42 520 51 57
Binary 10101000 1000110 1101101 0 111010 100011 100010 101010000 101001 101111

Color Harmonies of #A8466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8466D

Black with #A8466D

Text Example


Text Example

White with #A8466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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