Html Css Color HEX #A94366 Rouge

📋 copy color: '#A94366'

red 169 ◦ green 67 ◦ blue 102

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

Shades of Rouge #A94366

Tints of Rouge #A94366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 50%
G = 19.82%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A94366 (or 0xA94366) is known color: Rouge. HEX triplet: A9, 43 and 66. RGB value is (169,67,102). Sum of RGB (Red+Green+Blue) = 169+67+102=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94366 is #56BC99. Grayscale: #656565. Windows color (decimal): -5684378 or 6701993. OLE color: 6701993.

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

Color convert

RGB 169 67 102 -
CMYK 0 0.60 0.40 0.34
HSL 339.41º 0.43% 0.46% -
HSV(B) 339.41º 0.6% 0.66% -
XYZ 20.77 13.41 14.06 -
YUV 101.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 169 67 102 0 0.60 0.40 0.34 339.41 0.43 0.46
Hex A9 43 66 0 3C 28 22 153 2B 2E
Octal 251 103 146 0 74 50 42 523 53 56
Binary 10101001 1000011 1100110 0 111100 101000 100010 101010011 101011 101110

Color Harmonies of #A94366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94366

Black with #A94366

Text Example


Text Example

White with #A94366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94366; }

 p { color: rgb(169,67,102); }

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

background-color css

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

 a { background-color: rgb(169,67,102); }

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

border-color css

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

 span { border-color: rgb(169,67,102); }

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