Html Css Color HEX #A93672 Rouge

📋 copy color: '#A93672'

red 169 ◦ green 54 ◦ blue 114

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

Shades of Rouge #A93672

Tints of Rouge #A93672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 50.15%
G = 16.02%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A93672 (or 0xA93672) is known color: Rouge. HEX triplet: A9, 36 and 72. RGB value is (169,54,114). Sum of RGB (Red+Green+Blue) = 169+54+114=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A93672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93672 is #56C98D. Grayscale: #5F5F5F. Windows color (decimal): -5687694 or 7485097. OLE color: 7485097.

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

Color convert

RGB 169 54 114 -
CMYK 0 0.68 0.33 0.34
HSL 328.7º 0.52% 0.44% -
HSV(B) 328.7º 0.68% 0.66% -
XYZ 20.72 12.29 17.2 -
YUV 95.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 169 54 114 0 0.68 0.33 0.34 328.7 0.52 0.44
Hex A9 36 72 0 44 21 22 149 34 2C
Octal 251 66 162 0 104 41 42 511 64 54
Binary 10101001 110110 1110010 0 1000100 100001 100010 101001001 110100 101100

Color Harmonies of #A93672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93672

Black with #A93672

Text Example


Text Example

White with #A93672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93672; }

 p { color: rgb(169,54,114); }

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

background-color css

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

 a { background-color: rgb(169,54,114); }

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

border-color css

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

 span { border-color: rgb(169,54,114); }

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