#AF4D3D

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

Shades of Apple Blossom #AF4D3D

Tints of Apple Blossom #AF4D3D

Color information

#AF4D3D (or 0xAF4D3D) is unknown color: approx Apple Blossom. HEX triplet: AF, 4D and 3D. RGB value is (175,77,61). Sum of RGB (Red+Green+Blue) = 175+77+61=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D3D is #50B2C2. Grayscale: #686868. Windows color (decimal): -5288643 or 4017583. OLE color: 4017583.

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

Color convert

RGB1757761-
CMYK00.560.650.31
HSL8.42º48.31%46.27%-
HSV(B)8.42º65.14%68.63%-
XYZ21.1814.766.15-
YUV104.48103.47178.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=55.91%
G=24.60%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175776100.560.650.318.4248.3146.27
HexAF4D3D038411F8302e
Octal2571157507010137106056
Binary10101111100110111110101110001000001111111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D3D; }

 p { color: rgb(175,77,61); }

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

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

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

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

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

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

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