#af385b

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

Shades of Rouge #AF385B

Tints of Rouge #AF385B

Color information

#AF385B (or 0xAF385B) is unknown color: approx Rouge. HEX triplet: AF, 38 and 5B. RGB value is (175,56,91). Sum of RGB (Red+Green+Blue) = 175+56+91=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385B is #50C7A4. Grayscale: #5F5F5F. Windows color (decimal): -5293989 or 5978287. OLE color: 5978287.

HSL color Cylindrical-coordinate representation of color #AF385B: hue angle of 342.35º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF385B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1755691-
CMYK00.680.480.31
HSL342.35º51.52%45.29%-
HSV(B)342.35º68%68.63%-
XYZ20.9812.711.24-
YUV95.57125.42184.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=54.35%
G=17.39%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175569100.680.480.31342.3551.5245.29
HexAF385B044301F156342d
Octal25770133010460375266455
Binary1010111111100010110110100010011000011111101010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af385b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af385b; }

 p { color: rgb(175,56,91); }

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

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

 a { background-color: rgb(175,56,91); }

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

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

 span { border-color: rgb(175,56,91); }

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