#A83A5F

Color #A83A5F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A83A5F

Tints of Rouge #A83A5F

Color information

#A83A5F (or 0xA83A5F) is unknown color: approx Rouge. HEX triplet: A8, 3A and 5F. RGB value is (168,58,95). Sum of RGB (Red+Green+Blue) = 168+58+95=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A5F is #57C5A0. Grayscale: #5F5F5F. Windows color (decimal): -5752225 or 6240936. OLE color: 6240936.

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

Color convert

RGB1685895-
CMYK00.650.430.34
HSL339.82º48.67%44.31%-
HSV(B)339.82º65.48%65.88%-
XYZ19.7312.1812.14-
YUV95.11127.94179.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.34%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=52.34%
G=18.07%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168589500.650.430.34339.8248.6744.31
HexA83A5F0412B22154312c
Octal25072137010153425246154
Binary10101000111010101111101000001101011100010101010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83A5F; }

 p { color: rgb(168,58,95); }

 H1.HeaderClassName
 {
   color: #A83A5F;
 }
 .AnyTagClassName
 {
   color: #A83A5F;
 }
</style>
background-color css

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

 a { background-color: rgb(168,58,95); }

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

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

 span { border-color: rgb(168,58,95); }

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