#AF514A

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

Shades of Apple Blossom #AF514A

Tints of Apple Blossom #AF514A

Color information

#AF514A (or 0xAF514A) is unknown color: approx Apple Blossom. HEX triplet: AF, 51 and 4A. RGB value is (175,81,74). Sum of RGB (Red+Green+Blue) = 175+81+74=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF514A is #50AEB5. Grayscale: #6C6C6C. Windows color (decimal): -5287606 or 4870575. OLE color: 4870575.

HSL color Cylindrical-coordinate representation of color #AF514A: hue angle of 4.16º 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 #AF514A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1758174-
CMYK00.540.580.31
HSL4.16º40.56%48.82%-
HSV(B)4.16º57.71%68.63%-
XYZ21.8615.498.32-
YUV108.31108.64175.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=53.03%
G=24.55%
B=22.42%

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
Decimal175817400.540.580.314.1640.5648.82
HexAF514A0363A1F42931
Octal257121112066723745161
Binary1010111110100011001010011011011101011111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF514A; }

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

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

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

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

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

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

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

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