Html Css Color HEX #AF5951 Apple Blossom

📋 copy color: '#AF5951'

red 175 ◦ green 89 ◦ blue 81

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

Shades of Apple Blossom #AF5951

Tints of Apple Blossom #AF5951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.48%

R = 50.72%
G = 25.8%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF5951 (or 0xAF5951) is known color: Apple Blossom. HEX triplet: AF, 59 and 51. RGB value is (175,89,81). Sum of RGB (Red+Green+Blue) = 175+89+81=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5951 is #50A6AE. Grayscale: #717171. Windows color (decimal): -5285551 or 5331375. OLE color: 5331375.

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

Color convert

RGB 175 89 81 -
CMYK 0 0.49 0.54 0.31
HSL 5.11º 0.37% 0.5% -
HSV(B) 5.11º 0.54% 0.69% -
XYZ 22.74 16.85 9.84 -
YUV 113.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 175 89 81 0 0.49 0.54 0.31 5.11 0.37 0.5
Hex AF 59 51 0 31 36 1F 5 25 32
Octal 257 131 121 0 61 66 37 5 45 62
Binary 10101111 1011001 1010001 0 110001 110110 11111 101 100101 110010

Color Harmonies of #AF5951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5951

Black with #AF5951

Text Example


Text Example

White with #AF5951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5951; }

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

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

background-color css

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

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

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

border-color css

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

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

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