Html Css Color HEX #AF5953 Apple Blossom

📋 copy color: '#AF5953'

red 175 ◦ green 89 ◦ blue 83

#AF5953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #AF5953

Tints of Apple Blossom #AF5953

RGB

 RED value IS 175 (68.75% from 255) = 50.43%

 GREEN value IS 89 (35.16% from 255) = 25.65%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 50.43%
G = 25.65%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF5953 (or 0xAF5953) is known color: Apple Blossom. HEX triplet: AF, 59 and 53. RGB value is (175,89,83). Sum of RGB (Red+Green+Blue) = 175+89+83=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5953 is #50A6AC. Grayscale: #727272. Windows color (decimal): -5285549 or 5462447. OLE color: 5462447.

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

Color convert

RGB 175 89 83 -
CMYK 0 0.49 0.53 0.31
HSL 3.91º 0.37% 0.51% -
HSV(B) 3.91º 0.53% 0.69% -
XYZ 22.81 16.88 10.24 -
YUV 114.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 175 89 83 0 0.49 0.53 0.31 3.91 0.37 0.51
Hex AF 59 53 0 31 35 1F 4 25 33
Octal 257 131 123 0 61 65 37 4 45 63
Binary 10101111 1011001 1010011 0 110001 110101 11111 100 100101 110011

Color Harmonies of #AF5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5953

Black with #AF5953

Text Example


Text Example

White with #AF5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5953; }

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

 H1.HeaderClassName
 {
   color: #AF5953;
 }
 .AnyTagClassName
 {
   color: #AF5953;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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