Html Css Color HEX #AF5655 Apple Blossom

📋 copy color: '#AF5655'

red 175 ◦ green 86 ◦ blue 85

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

Shades of Apple Blossom #AF5655

Tints of Apple Blossom #AF5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

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

R = 50.58%
G = 24.86%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5655 (or 0xAF5655) is known color: Apple Blossom. HEX triplet: AF, 56 and 55. RGB value is (175,86,85). Sum of RGB (Red+Green+Blue) = 175+86+85=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5655 is #50A9AA. Grayscale: #707070. Windows color (decimal): -5286315 or 5592751. OLE color: 5592751.

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

Color convert

RGB 175 86 85 -
CMYK 0 0.51 0.51 0.31
HSL 0.67º 0.36% 0.51% -
HSV(B) 0.67º 0.51% 0.69% -
XYZ 22.65 16.43 10.57 -
YUV 112.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 175 86 85 0 0.51 0.51 0.31 0.67 0.36 0.51
Hex AF 56 55 0 33 33 1F 1 24 33
Octal 257 126 125 0 63 63 37 1 44 63
Binary 10101111 1010110 1010101 0 110011 110011 11111 1 100100 110011

Color Harmonies of #AF5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5655

Black with #AF5655

Text Example


Text Example

White with #AF5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5655; }

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

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

background-color css

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

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

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

border-color css

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

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

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