Html Css Color HEX #A93D6C Rouge

📋 copy color: '#A93D6C'

red 169 ◦ green 61 ◦ blue 108

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

Shades of Rouge #A93D6C

Tints of Rouge #A93D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 50%
G = 18.05%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A93D6C (or 0xA93D6C) is known color: Rouge. HEX triplet: A9, 3D and 6C. RGB value is (169,61,108). Sum of RGB (Red+Green+Blue) = 169+61+108=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D6C is #56C293. Grayscale: #626262. Windows color (decimal): -5685908 or 7093673. OLE color: 7093673.

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

Color convert

RGB 169 61 108 -
CMYK 0 0.64 0.36 0.34
HSL 333.89º 0.47% 0.45% -
HSV(B) 333.89º 0.64% 0.66% -
XYZ 20.74 12.86 15.58 -
YUV 98.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 169 61 108 0 0.64 0.36 0.34 333.89 0.47 0.45
Hex A9 3D 6C 0 40 24 22 14E 2F 2D
Octal 251 75 154 0 100 44 42 516 57 55
Binary 10101001 111101 1101100 0 1000000 100100 100010 101001110 101111 101101

Color Harmonies of #A93D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D6C

Black with #A93D6C

Text Example


Text Example

White with #A93D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D6C; }

 p { color: rgb(169,61,108); }

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

background-color css

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

 a { background-color: rgb(169,61,108); }

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

border-color css

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

 span { border-color: rgb(169,61,108); }

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