Html Css Color HEX #A92E5C Rouge

📋 copy color: '#A92E5C'

red 169 ◦ green 46 ◦ blue 92

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

Shades of Rouge #A92E5C

Tints of Rouge #A92E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 55.05%
G = 14.98%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A92E5C (or 0xA92E5C) is known color: Rouge. HEX triplet: A9, 2E and 5C. RGB value is (169,46,92). Sum of RGB (Red+Green+Blue) = 169+46+92=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92E5C is #56D1A3. Grayscale: #575757. Windows color (decimal): -5689764 or 6041257. OLE color: 6041257.

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

Color convert

RGB 169 46 92 -
CMYK 0 0.73 0.46 0.34
HSL 337.56º 0.57% 0.42% -
HSV(B) 337.56º 0.73% 0.66% -
XYZ 19.27 11.16 11.26 -
YUV 88.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 169 46 92 0 0.73 0.46 0.34 337.56 0.57 0.42
Hex A9 2E 5C 0 49 2E 22 152 39 2A
Octal 251 56 134 0 111 56 42 522 71 52
Binary 10101001 101110 1011100 0 1001001 101110 100010 101010010 111001 101010

Color Harmonies of #A92E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92E5C

Black with #A92E5C

Text Example


Text Example

White with #A92E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92E5C; }

 p { color: rgb(169,46,92); }

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

background-color css

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

 a { background-color: rgb(169,46,92); }

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

border-color css

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

 span { border-color: rgb(169,46,92); }

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