Html Css Color HEX #AF5A50 Apple Blossom

📋 copy color: '#AF5A50'

red 175 ◦ green 90 ◦ blue 80

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

Shades of Apple Blossom #AF5A50

Tints of Apple Blossom #AF5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 50.72%
G = 26.09%
B = 23.19%

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

#AF5A50 (or 0xAF5A50) is known color: Apple Blossom. HEX triplet: AF, 5A and 50. RGB value is (175,90,80). Sum of RGB (Red+Green+Blue) = 175+90+80=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A50 is #50A5AF. Grayscale: #727272. Windows color (decimal): -5285296 or 5266095. OLE color: 5266095.

HSL color Cylindrical-coordinate representation of color #AF5A50: hue angle of 6.32º 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 #AF5A50 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 80 -
CMYK 0 0.49 0.54 0.31
HSL 6.32º 0.37% 0.5% -
HSV(B) 6.32º 0.54% 0.69% -
XYZ 22.78 17.01 9.67 -
YUV 114.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 175 90 80 0 0.49 0.54 0.31 6.32 0.37 0.5
Hex AF 5A 50 0 31 36 1F 6 25 32
Octal 257 132 120 0 61 66 37 6 45 62
Binary 10101111 1011010 1010000 0 110001 110110 11111 110 100101 110010

Color Harmonies of #AF5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A50

Black with #AF5A50

Text Example


Text Example

White with #AF5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A50; }

 p { color: rgb(175,90,80); }

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

background-color css

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

 a { background-color: rgb(175,90,80); }

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

border-color css

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

 span { border-color: rgb(175,90,80); }

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