Html Css Color HEX #A94260 Rouge

📋 copy color: '#A94260'

red 169 ◦ green 66 ◦ blue 96

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

Shades of Rouge #A94260

Tints of Rouge #A94260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 51.06%
G = 19.94%
B = 29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A94260 (or 0xA94260) is known color: Rouge. HEX triplet: A9, 42 and 60. RGB value is (169,66,96). Sum of RGB (Red+Green+Blue) = 169+66+96=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A94260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94260 is #56BD9F. Grayscale: #646464. Windows color (decimal): -5684640 or 6308521. OLE color: 6308521.

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

Color convert

RGB 169 66 96 -
CMYK 0 0.61 0.43 0.34
HSL 342.52º 0.44% 0.46% -
HSV(B) 342.52º 0.61% 0.66% -
XYZ 20.42 13.18 12.53 -
YUV 100.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 169 66 96 0 0.61 0.43 0.34 342.52 0.44 0.46
Hex A9 42 60 0 3D 2B 22 157 2C 2E
Octal 251 102 140 0 75 53 42 527 54 56
Binary 10101001 1000010 1100000 0 111101 101011 100010 101010111 101100 101110

Color Harmonies of #A94260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94260

Black with #A94260

Text Example


Text Example

White with #A94260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94260; }

 p { color: rgb(169,66,96); }

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

background-color css

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

 a { background-color: rgb(169,66,96); }

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

border-color css

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

 span { border-color: rgb(169,66,96); }

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