Html Css Color HEX #AF5653 Apple Blossom

📋 copy color: '#AF5653'

red 175 ◦ green 86 ◦ blue 83

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

Shades of Apple Blossom #AF5653

Tints of Apple Blossom #AF5653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 50.87%
G = 25%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF5653 (or 0xAF5653) is known color: Apple Blossom. HEX triplet: AF, 56 and 53. RGB value is (175,86,83). Sum of RGB (Red+Green+Blue) = 175+86+83=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5653 is #50A9AC. Grayscale: #707070. Windows color (decimal): -5286317 or 5461679. OLE color: 5461679.

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

Color convert

RGB 175 86 83 -
CMYK 0 0.51 0.53 0.31
HSL 1.96º 0.37% 0.51% -
HSV(B) 1.96º 0.53% 0.69% -
XYZ 22.57 16.39 10.16 -
YUV 112.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 175 86 83 0 0.51 0.53 0.31 1.96 0.37 0.51
Hex AF 56 53 0 33 35 1F 2 25 33
Octal 257 126 123 0 63 65 37 2 45 63
Binary 10101111 1010110 1010011 0 110011 110101 11111 10 100101 110011

Color Harmonies of #AF5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5653

Black with #AF5653

Text Example


Text Example

White with #AF5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5653; }

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

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

background-color css

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

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

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

border-color css

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

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

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