Html Css Color HEX #A93F5D Rouge

📋 copy color: '#A93F5D'

red 169 ◦ green 63 ◦ blue 93

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

Shades of Rouge #A93F5D

Tints of Rouge #A93F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 52%
G = 19.38%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A93F5D (or 0xA93F5D) is known color: Rouge. HEX triplet: A9, 3F and 5D. RGB value is (169,63,93). Sum of RGB (Red+Green+Blue) = 169+63+93=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F5D is #56C0A2. Grayscale: #626262. Windows color (decimal): -5685411 or 6111145. OLE color: 6111145.

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

Color convert

RGB 169 63 93 -
CMYK 0 0.63 0.45 0.34
HSL 343.02º 0.46% 0.45% -
HSV(B) 343.02º 0.63% 0.66% -
XYZ 20.12 12.78 11.76 -
YUV 98.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 169 63 93 0 0.63 0.45 0.34 343.02 0.46 0.45
Hex A9 3F 5D 0 3F 2D 22 157 2E 2D
Octal 251 77 135 0 77 55 42 527 56 55
Binary 10101001 111111 1011101 0 111111 101101 100010 101010111 101110 101101

Color Harmonies of #A93F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F5D

Black with #A93F5D

Text Example


Text Example

White with #A93F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F5D; }

 p { color: rgb(169,63,93); }

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

background-color css

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

 a { background-color: rgb(169,63,93); }

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

border-color css

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

 span { border-color: rgb(169,63,93); }

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