Html Css Color HEX #A94064 Rouge

📋 copy color: '#A94064'

red 169 ◦ green 64 ◦ blue 100

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

Shades of Rouge #A94064

Tints of Rouge #A94064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 50.75%
G = 19.22%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A94064 (or 0xA94064) is known color: Rouge. HEX triplet: A9, 40 and 64. RGB value is (169,64,100). Sum of RGB (Red+Green+Blue) = 169+64+100=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A94064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94064 is #56BF9B. Grayscale: #636363. Windows color (decimal): -5685148 or 6570153. OLE color: 6570153.

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

Color convert

RGB 169 64 100 -
CMYK 0 0.62 0.41 0.34
HSL 339.43º 0.45% 0.46% -
HSV(B) 339.43º 0.62% 0.66% -
XYZ 20.5 13.02 13.49 -
YUV 99.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 169 64 100 0 0.62 0.41 0.34 339.43 0.45 0.46
Hex A9 40 64 0 3E 29 22 153 2D 2E
Octal 251 100 144 0 76 51 42 523 55 56
Binary 10101001 1000000 1100100 0 111110 101001 100010 101010011 101101 101110

Color Harmonies of #A94064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94064

Black with #A94064

Text Example


Text Example

White with #A94064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94064; }

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

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

background-color css

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

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

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

border-color css

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

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

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