#AF3340

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

Shades of Old Rose #AF3340

Tints of Old Rose #AF3340

Color information

#AF3340 (or 0xAF3340) is unknown color: approx Old Rose. HEX triplet: AF, 33 and 40. RGB value is (175,51,64). Sum of RGB (Red+Green+Blue) = 175+51+64=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3340 is #50CCBF. Grayscale: #595959. Windows color (decimal): -5295296 or 4207535. OLE color: 4207535.

HSL color Cylindrical-coordinate representation of color #AF3340: hue angle of 353.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3340 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1755164-
CMYK00.710.630.31
HSL353.71º54.87%44.31%-
HSV(B)353.71º70.86%68.63%-
XYZ19.7911.856.1-
YUV89.56113.58188.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.34%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=60.34%
G=17.59%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175516400.710.630.31353.7154.8744.31
HexAF33400473F1F162372c
Octal25763100010777375426754
Binary1010111111001110000000100011111111111111101100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3340; }

 p { color: rgb(175,51,64); }

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

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

 a { background-color: rgb(175,51,64); }

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

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

 span { border-color: rgb(175,51,64); }

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