#AF264F

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

Shades of Old Rose #AF264F

Tints of Old Rose #AF264F

Color information

#AF264F (or 0xAF264F) is unknown color: approx Old Rose. HEX triplet: AF, 26 and 4F. RGB value is (175,38,79). Sum of RGB (Red+Green+Blue) = 175+38+79=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF264F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF264F is #50D9B0. Grayscale: #535353. Windows color (decimal): -5298609 or 5187247. OLE color: 5187247.

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

Color convert

RGB1753879-
CMYK00.780.550.31
HSL342.04º64.32%41.76%-
HSV(B)342.04º78.29%68.63%-
XYZ19.7811.068.49-
YUV83.64125.39193.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=59.93%
G=13.01%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175387900.780.550.31342.0464.3241.76
HexAF264F04E371F156402a
Octal257461170116673752610052
Binary10101111100110100111101001110110111111111010101101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF264F; }

 p { color: rgb(175,38,79); }

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

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

 a { background-color: rgb(175,38,79); }

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

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

 span { border-color: rgb(175,38,79); }

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