Html Css Color HEX #AF5553 Apple Blossom

📋 copy color: '#AF5553'

red 175 ◦ green 85 ◦ blue 83

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

Shades of Apple Blossom #AF5553

Tints of Apple Blossom #AF5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 51.02%
G = 24.78%
B = 24.2%

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

#AF5553 (or 0xAF5553) is known color: Apple Blossom. HEX triplet: AF, 55 and 53. RGB value is (175,85,83). Sum of RGB (Red+Green+Blue) = 175+85+83=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5553 is #50AAAC. Grayscale: #6F6F6F. Windows color (decimal): -5286573 or 5461423. OLE color: 5461423.

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

Color convert

RGB 175 85 83 -
CMYK 0 0.51 0.53 0.31
HSL 1.3º 0.37% 0.51% -
HSV(B) 1.3º 0.53% 0.69% -
XYZ 22.49 16.24 10.13 -
YUV 111.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 175 85 83 0 0.51 0.53 0.31 1.3 0.37 0.51
Hex AF 55 53 0 33 35 1F 1 25 33
Octal 257 125 123 0 63 65 37 1 45 63
Binary 10101111 1010101 1010011 0 110011 110101 11111 1 100101 110011

Color Harmonies of #AF5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5553

Black with #AF5553

Text Example


Text Example

White with #AF5553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5553; }

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

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

background-color css

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

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

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

border-color css

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

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

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