Html Css Color HEX #A94668 Rouge

📋 copy color: '#A94668'

red 169 ◦ green 70 ◦ blue 104

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

Shades of Rouge #A94668

Tints of Rouge #A94668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 49.27%
G = 20.41%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A94668 (or 0xA94668) is known color: Rouge. HEX triplet: A9, 46 and 68. RGB value is (169,70,104). Sum of RGB (Red+Green+Blue) = 169+70+104=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A94668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94668 is #56B997. Grayscale: #676767. Windows color (decimal): -5683608 or 6833833. OLE color: 6833833.

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

Color convert

RGB 169 70 104 -
CMYK 0 0.59 0.38 0.34
HSL 339.39º 0.41% 0.47% -
HSV(B) 339.39º 0.59% 0.66% -
XYZ 21.05 13.81 14.65 -
YUV 103.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 169 70 104 0 0.59 0.38 0.34 339.39 0.41 0.47
Hex A9 46 68 0 3B 26 22 153 29 2F
Octal 251 106 150 0 73 46 42 523 51 57
Binary 10101001 1000110 1101000 0 111011 100110 100010 101010011 101001 101111

Color Harmonies of #A94668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94668

Black with #A94668

Text Example


Text Example

White with #A94668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94668; }

 p { color: rgb(169,70,104); }

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

background-color css

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

 a { background-color: rgb(169,70,104); }

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

border-color css

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

 span { border-color: rgb(169,70,104); }

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