#af3d5b

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

Shades of Rouge #AF3D5B

Tints of Rouge #AF3D5B

Color information

#AF3D5B (or 0xAF3D5B) is unknown color: approx Rouge. HEX triplet: AF, 3D and 5B. RGB value is (175,61,91). Sum of RGB (Red+Green+Blue) = 175+61+91=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D5B is #50C2A4. Grayscale: #626262. Windows color (decimal): -5292709 or 5979567. OLE color: 5979567.

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

Color convert

RGB1756191-
CMYK00.650.480.31
HSL344.21º48.31%46.27%-
HSV(B)344.21º65.14%68.63%-
XYZ21.2413.2111.33-
YUV98.51123.77182.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 61 (24.22% from 255) = 18.65%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=53.52%
G=18.65%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175619100.650.480.31344.2148.3146.27
HexAF3D5B041301F158302e
Octal25775133010160375306056
Binary1010111111110110110110100000111000011111101011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3d5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3d5b; }

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

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

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

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

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

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

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

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