Html Css Color HEX #A8446C Rouge

📋 copy color: '#A8446C'

red 168 ◦ green 68 ◦ blue 108

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

Shades of Rouge #A8446C

Tints of Rouge #A8446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 48.84%
G = 19.77%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8446C (or 0xA8446C) is known color: Rouge. HEX triplet: A8, 44 and 6C. RGB value is (168,68,108). Sum of RGB (Red+Green+Blue) = 168+68+108=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8446C is #57BB93. Grayscale: #666666. Windows color (decimal): -5749652 or 7095464. OLE color: 7095464.

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

Color convert

RGB 168 68 108 -
CMYK 0 0.60 0.36 0.34
HSL 336º 0.42% 0.46% -
HSV(B) 336º 0.6% 0.66% -
XYZ 20.92 13.54 15.7 -
YUV 102.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 168 68 108 0 0.60 0.36 0.34 336 0.42 0.46
Hex A8 44 6C 0 3C 24 22 150 2A 2E
Octal 250 104 154 0 74 44 42 520 52 56
Binary 10101000 1000100 1101100 0 111100 100100 100010 101010000 101010 101110

Color Harmonies of #A8446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8446C

Black with #A8446C

Text Example


Text Example

White with #A8446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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