Html Css Color HEX #A94964 Rouge

📋 copy color: '#A94964'

red 169 ◦ green 73 ◦ blue 100

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

Shades of Rouge #A94964

Tints of Rouge #A94964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 49.42%
G = 21.35%
B = 29.24%

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

#A94964 (or 0xA94964) is known color: Rouge. HEX triplet: A9, 49 and 64. RGB value is (169,73,100). Sum of RGB (Red+Green+Blue) = 169+73+100=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A94964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94964 is #56B69B. Grayscale: #686868. Windows color (decimal): -5682844 or 6572457. OLE color: 6572457.

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

Color convert

RGB 169 73 100 -
CMYK 0 0.57 0.41 0.34
HSL 343.13º 0.4% 0.47% -
HSV(B) 343.13º 0.57% 0.66% -
XYZ 21.04 14.12 13.67 -
YUV 104.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 169 73 100 0 0.57 0.41 0.34 343.13 0.4 0.47
Hex A9 49 64 0 39 29 22 157 28 2F
Octal 251 111 144 0 71 51 42 527 50 57
Binary 10101001 1001001 1100100 0 111001 101001 100010 101010111 101000 101111

Color Harmonies of #A94964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94964

Black with #A94964

Text Example


Text Example

White with #A94964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94964; }

 p { color: rgb(169,73,100); }

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

background-color css

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

 a { background-color: rgb(169,73,100); }

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

border-color css

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

 span { border-color: rgb(169,73,100); }

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