#AF5345

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

Shades of Apple Blossom #AF5345

Tints of Apple Blossom #AF5345

Color information

#AF5345 (or 0xAF5345) is unknown color: approx Apple Blossom. HEX triplet: AF, 53 and 45. RGB value is (175,83,69). Sum of RGB (Red+Green+Blue) = 175+83+69=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5345 is #50ACBA. Grayscale: #6D6D6D. Windows color (decimal): -5287099 or 4543407. OLE color: 4543407.

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

Color convert

RGB1758369-
CMYK00.530.610.31
HSL7.92º43.44%47.84%-
HSV(B)7.92º60.57%68.63%-
XYZ21.8515.737.52-
YUV108.91105.48175.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=53.52%
G=25.38%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175836900.530.610.317.9243.4447.84
HexAF53450353D1F82b30
Octal2571231050657537105360
Binary10101111101001110001010110101111101111111000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5345; }

 p { color: rgb(175,83,69); }

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

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

 a { background-color: rgb(175,83,69); }

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

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

 span { border-color: rgb(175,83,69); }

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