#AF504A

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

Shades of Apple Blossom #AF504A

Tints of Apple Blossom #AF504A

Color information

#AF504A (or 0xAF504A) is unknown color: approx Apple Blossom. HEX triplet: AF, 50 and 4A. RGB value is (175,80,74). Sum of RGB (Red+Green+Blue) = 175+80+74=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF504A is #50AFB5. Grayscale: #6B6B6B. Windows color (decimal): -5287862 or 4870319. OLE color: 4870319.

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

Color convert

RGB1758074-
CMYK00.540.580.31
HSL3.56º40.56%48.82%-
HSV(B)3.56º57.71%68.63%-
XYZ21.7815.358.29-
YUV107.72108.97175.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=53.19%
G=24.32%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175807400.540.580.313.5640.5648.82
HexAF504A0363A1F42931
Octal257120112066723745161
Binary1010111110100001001010011011011101011111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF504A; }

 p { color: rgb(175,80,74); }

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

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

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

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

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

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

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