Html Css Color HEX #A8446F Rouge

📋 copy color: '#A8446F'

red 168 ◦ green 68 ◦ blue 111

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

Shades of Rouge #A8446F

Tints of Rouge #A8446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 48.41%
G = 19.6%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8446F (or 0xA8446F) is known color: Rouge. HEX triplet: A8, 44 and 6F. RGB value is (168,68,111). Sum of RGB (Red+Green+Blue) = 168+68+111=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8446F is #57BB90. Grayscale: #666666. Windows color (decimal): -5749649 or 7292072. OLE color: 7292072.

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

Color convert

RGB 168 68 111 -
CMYK 0 0.60 0.34 0.34
HSL 334.2º 0.42% 0.46% -
HSV(B) 334.2º 0.6% 0.66% -
XYZ 21.08 13.61 16.55 -
YUV 102.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 168 68 111 0 0.60 0.34 0.34 334.2 0.42 0.46
Hex A8 44 6F 0 3C 22 22 14E 2A 2E
Octal 250 104 157 0 74 42 42 516 52 56
Binary 10101000 1000100 1101111 0 111100 100010 100010 101001110 101010 101110

Color Harmonies of #A8446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8446F

Black with #A8446F

Text Example


Text Example

White with #A8446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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