Html Css Color HEX #AF5A58 Apple Blossom

📋 copy color: '#AF5A58'

red 175 ◦ green 90 ◦ blue 88

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

Shades of Apple Blossom #AF5A58

Tints of Apple Blossom #AF5A58

RGB

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

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

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

R = 49.58%
G = 25.5%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF5A58 (or 0xAF5A58) is known color: Apple Blossom. HEX triplet: AF, 5A and 58. RGB value is (175,90,88). Sum of RGB (Red+Green+Blue) = 175+90+88=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A58 is #50A5A7. Grayscale: #737373. Windows color (decimal): -5285288 or 5790383. OLE color: 5790383.

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

Color convert

RGB 175 90 88 -
CMYK 0 0.49 0.50 0.31
HSL 1.38º 0.35% 0.52% -
HSV(B) 1.38º 0.5% 0.69% -
XYZ 23.1 17.13 11.32 -
YUV 115.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 175 90 88 0 0.49 0.50 0.31 1.38 0.35 0.52
Hex AF 5A 58 0 31 32 1F 1 23 34
Octal 257 132 130 0 61 62 37 1 43 64
Binary 10101111 1011010 1011000 0 110001 110010 11111 1 100011 110100

Color Harmonies of #AF5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A58

Black with #AF5A58

Text Example


Text Example

White with #AF5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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