#AF5A4E

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

Shades of Apple Blossom #AF5A4E

Tints of Apple Blossom #AF5A4E

Color information

#AF5A4E (or 0xAF5A4E) is unknown color: approx Apple Blossom. HEX triplet: AF, 5A and 4E. RGB value is (175,90,78). Sum of RGB (Red+Green+Blue) = 175+90+78=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A4E is #50A5B1. Grayscale: #727272. Windows color (decimal): -5285298 or 5135023. OLE color: 5135023.

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

Color convert

RGB1759078-
CMYK00.490.550.31
HSL7.42º38.34%49.61%-
HSV(B)7.42º55.43%68.63%-
XYZ22.7116.989.29-
YUV114.05107.66171.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=51.02%
G=26.24%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175907800.490.550.317.4238.3449.61
HexAF5A4E031371F72632
Octal257132116061673774662
Binary1010111110110101001110011000111011111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A4E; }

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

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

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

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

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

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

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

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