Html Css Color HEX #AF5855 Apple Blossom

📋 copy color: '#AF5855'

red 175 ◦ green 88 ◦ blue 85

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

Shades of Apple Blossom #AF5855

Tints of Apple Blossom #AF5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

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

R = 50.29%
G = 25.29%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5855 (or 0xAF5855) is known color: Apple Blossom. HEX triplet: AF, 58 and 55. RGB value is (175,88,85). Sum of RGB (Red+Green+Blue) = 175+88+85=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5855 is #50A7AA. Grayscale: #717171. Windows color (decimal): -5285803 or 5593263. OLE color: 5593263.

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

Color convert

RGB 175 88 85 -
CMYK 0 0.50 0.51 0.31
HSL 0.36% 0.51% -
HSV(B) 0.51% 0.69% -
XYZ 22.81 16.75 10.63 -
YUV 113.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 175 88 85 0 0.50 0.51 0.31 2 0.36 0.51
Hex AF 58 55 0 32 33 1F 2 24 33
Octal 257 130 125 0 62 63 37 2 44 63
Binary 10101111 1011000 1010101 0 110010 110011 11111 10 100100 110011

Color Harmonies of #AF5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5855

Black with #AF5855

Text Example


Text Example

White with #AF5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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