Html Css Color HEX #A94263 Rouge

📋 copy color: '#A94263'

red 169 ◦ green 66 ◦ blue 99

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

Shades of Rouge #A94263

Tints of Rouge #A94263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 50.6%
G = 19.76%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A94263 (or 0xA94263) is known color: Rouge. HEX triplet: A9, 42 and 63. RGB value is (169,66,99). Sum of RGB (Red+Green+Blue) = 169+66+99=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A94263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94263 is #56BD9C. Grayscale: #646464. Windows color (decimal): -5684637 or 6505129. OLE color: 6505129.

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

Color convert

RGB 169 66 99 -
CMYK 0 0.61 0.41 0.34
HSL 340.78º 0.44% 0.46% -
HSV(B) 340.78º 0.61% 0.66% -
XYZ 20.56 13.23 13.27 -
YUV 100.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 169 66 99 0 0.61 0.41 0.34 340.78 0.44 0.46
Hex A9 42 63 0 3D 29 22 155 2C 2E
Octal 251 102 143 0 75 51 42 525 54 56
Binary 10101001 1000010 1100011 0 111101 101001 100010 101010101 101100 101110

Color Harmonies of #A94263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94263

Black with #A94263

Text Example


Text Example

White with #A94263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94263; }

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

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

background-color css

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

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

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

border-color css

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

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

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