Html Css Color HEX #AF5D58 Apple Blossom

📋 copy color: '#AF5D58'

red 175 ◦ green 93 ◦ blue 88

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

Shades of Apple Blossom #AF5D58

Tints of Apple Blossom #AF5D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 49.16%
G = 26.12%
B = 24.72%

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

#AF5D58 (or 0xAF5D58) is known color: Apple Blossom. HEX triplet: AF, 5D and 58. RGB value is (175,93,88). Sum of RGB (Red+Green+Blue) = 175+93+88=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D58 is #50A2A7. Grayscale: #757575. Windows color (decimal): -5284520 or 5791151. OLE color: 5791151.

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

Color convert

RGB 175 93 88 -
CMYK 0 0.47 0.50 0.31
HSL 3.45º 0.35% 0.52% -
HSV(B) 3.45º 0.5% 0.69% -
XYZ 23.36 17.65 11.41 -
YUV 116.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 175 93 88 0 0.47 0.50 0.31 3.45 0.35 0.52
Hex AF 5D 58 0 2F 32 1F 3 23 34
Octal 257 135 130 0 57 62 37 3 43 64
Binary 10101111 1011101 1011000 0 101111 110010 11111 11 100011 110100

Color Harmonies of #AF5D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D58

Black with #AF5D58

Text Example


Text Example

White with #AF5D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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