Html Css Color HEX #AF5D57 Apple Blossom

📋 copy color: '#AF5D57'

red 175 ◦ green 93 ◦ blue 87

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

Shades of Apple Blossom #AF5D57

Tints of Apple Blossom #AF5D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 49.3%
G = 26.2%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF5D57 (or 0xAF5D57) is known color: Apple Blossom. HEX triplet: AF, 5D and 57. RGB value is (175,93,87). Sum of RGB (Red+Green+Blue) = 175+93+87=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D57 is #50A2A8. Grayscale: #747474. Windows color (decimal): -5284521 or 5725615. OLE color: 5725615.

HSL color Cylindrical-coordinate representation of color #AF5D57: hue angle of 4.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5D57 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 87 -
CMYK 0 0.47 0.50 0.31
HSL 4.09º 0.35% 0.51% -
HSV(B) 4.09º 0.5% 0.69% -
XYZ 23.31 17.63 11.19 -
YUV 116.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 175 93 87 0 0.47 0.50 0.31 4.09 0.35 0.51
Hex AF 5D 57 0 2F 32 1F 4 23 33
Octal 257 135 127 0 57 62 37 4 43 63
Binary 10101111 1011101 1010111 0 101111 110010 11111 100 100011 110011

Color Harmonies of #AF5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D57

Black with #AF5D57

Text Example


Text Example

White with #AF5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D57; }

 p { color: rgb(175,93,87); }

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

background-color css

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

 a { background-color: rgb(175,93,87); }

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

border-color css

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

 span { border-color: rgb(175,93,87); }

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