Html Css Color HEX #AF5D55 Apple Blossom

📋 copy color: '#AF5D55'

red 175 ◦ green 93 ◦ blue 85

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

Shades of Apple Blossom #AF5D55

Tints of Apple Blossom #AF5D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 49.58%
G = 26.35%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5D55 (or 0xAF5D55) is known color: Apple Blossom. HEX triplet: AF, 5D and 55. RGB value is (175,93,85). Sum of RGB (Red+Green+Blue) = 175+93+85=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D55 is #50A2AA. Grayscale: #747474. Windows color (decimal): -5284523 or 5594543. OLE color: 5594543.

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

Color convert

RGB 175 93 85 -
CMYK 0 0.47 0.51 0.31
HSL 5.33º 0.36% 0.51% -
HSV(B) 5.33º 0.51% 0.69% -
XYZ 23.23 17.6 10.77 -
YUV 116.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 175 93 85 0 0.47 0.51 0.31 5.33 0.36 0.51
Hex AF 5D 55 0 2F 33 1F 5 24 33
Octal 257 135 125 0 57 63 37 5 44 63
Binary 10101111 1011101 1010101 0 101111 110011 11111 101 100100 110011

Color Harmonies of #AF5D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D55

Black with #AF5D55

Text Example


Text Example

White with #AF5D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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