#AF3D69

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

Shades of Rouge #AF3D69

Tints of Rouge #AF3D69

Color information

#AF3D69 (or 0xAF3D69) is unknown color: approx Rouge. HEX triplet: AF, 3D and 69. RGB value is (175,61,105). Sum of RGB (Red+Green+Blue) = 175+61+105=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D69 is #50C296. Grayscale: #646464. Windows color (decimal): -5292695 or 6897071. OLE color: 6897071.

HSL color Cylindrical-coordinate representation of color #AF3D69: hue angle of 336.84º 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 #AF3D69 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17561105-
CMYK00.650.400.31
HSL336.84º48.31%46.27%-
HSV(B)336.84º65.14%68.63%-
XYZ21.913.4714.81-
YUV100.1130.77181.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=51.32%
G=17.89%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756110500.650.400.31336.8448.3146.27
HexAF3D69041281F151302e
Octal25775151010150375216056
Binary1010111111110111010010100000110100011111101010001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D69; }

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

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

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

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

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

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

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

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