Html Css Color HEX #A94863 Rouge

📋 copy color: '#A94863'

red 169 ◦ green 72 ◦ blue 99

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

Shades of Rouge #A94863

Tints of Rouge #A94863

RGB

 RED value IS 169 (66.41% from 255) = 49.71%

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 49.71%
G = 21.18%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A94863 (or 0xA94863) is known color: Rouge. HEX triplet: A9, 48 and 63. RGB value is (169,72,99). Sum of RGB (Red+Green+Blue) = 169+72+99=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A94863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94863 is #56B79C. Grayscale: #686868. Windows color (decimal): -5683101 or 6506665. OLE color: 6506665.

HSL color Cylindrical-coordinate representation of color #A94863: hue angle of 343.3º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94863 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 72 99 -
CMYK 0 0.57 0.41 0.34
HSL 343.3º 0.4% 0.47% -
HSV(B) 343.3º 0.57% 0.66% -
XYZ 20.93 13.97 13.4 -
YUV 104.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 169 72 99 0 0.57 0.41 0.34 343.3 0.4 0.47
Hex A9 48 63 0 39 29 22 157 28 2F
Octal 251 110 143 0 71 51 42 527 50 57
Binary 10101001 1001000 1100011 0 111001 101001 100010 101010111 101000 101111

Color Harmonies of #A94863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94863

Black with #A94863

Text Example


Text Example

White with #A94863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94863; }

 p { color: rgb(169,72,99); }

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

background-color css

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

 a { background-color: rgb(169,72,99); }

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

border-color css

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

 span { border-color: rgb(169,72,99); }

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