#AF4F40

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

Shades of Apple Blossom #AF4F40

Tints of Apple Blossom #AF4F40

Color information

#AF4F40 (or 0xAF4F40) is unknown color: approx Apple Blossom. HEX triplet: AF, 4F and 40. RGB value is (175,79,64). Sum of RGB (Red+Green+Blue) = 175+79+64=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F40 is #50B0BF. Grayscale: #6A6A6A. Windows color (decimal): -5288128 or 4214703. OLE color: 4214703.

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

Color convert

RGB1757964-
CMYK00.550.630.31
HSL8.11º46.44%46.86%-
HSV(B)8.11º63.43%68.63%-
XYZ21.415.086.63-
YUV105.99104.3177.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=55.03%
G=24.84%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175796400.550.630.318.1146.4446.86
HexAF4F400373F1F82e2f
Octal2571171000677737105657
Binary10101111100111110000000110111111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F40; }

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

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

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

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

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

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

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

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