#AF5A5A

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

Shades of Apple Blossom #AF5A5A

Tints of Apple Blossom #AF5A5A

Color information

#AF5A5A (or 0xAF5A5A) is unknown color: approx Apple Blossom. HEX triplet: AF, 5A and 5A. RGB value is (175,90,90). Sum of RGB (Red+Green+Blue) = 175+90+90=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A5A is #50A5A5. Grayscale: #737373. Windows color (decimal): -5285286 or 5921455. OLE color: 5921455.

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

Color convert

RGB1759090-
CMYK00.490.490.31
HSL34.69%51.96%-
HSV(B)48.57%68.63%-
XYZ23.1817.1611.76-
YUV115.42113.66170.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=49.30%
G=25.35%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175909000.490.490.31034.6951.96
HexAF5A5A031311F02334
Octal257132132061613704364
Binary10101111101101010110100110001110001111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A5A; }

 p { color: rgb(175,90,90); }

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

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

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

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

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

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

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