Html Css Color HEX #AF5D53 Apple Blossom

📋 copy color: '#AF5D53'

red 175 ◦ green 93 ◦ blue 83

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

Shades of Apple Blossom #AF5D53

Tints of Apple Blossom #AF5D53

RGB

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

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

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

R = 49.86%
G = 26.5%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF5D53 (or 0xAF5D53) is known color: Apple Blossom. HEX triplet: AF, 5D and 53. RGB value is (175,93,83). Sum of RGB (Red+Green+Blue) = 175+93+83=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D53 is #50A2AC. Grayscale: #747474. Windows color (decimal): -5284525 or 5463471. OLE color: 5463471.

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

Color convert

RGB 175 93 83 -
CMYK 0 0.47 0.53 0.31
HSL 6.52º 0.37% 0.51% -
HSV(B) 6.52º 0.53% 0.69% -
XYZ 23.15 17.57 10.35 -
YUV 116.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 175 93 83 0 0.47 0.53 0.31 6.52 0.37 0.51
Hex AF 5D 53 0 2F 35 1F 7 25 33
Octal 257 135 123 0 57 65 37 7 45 63
Binary 10101111 1011101 1010011 0 101111 110101 11111 111 100101 110011

Color Harmonies of #AF5D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D53

Black with #AF5D53

Text Example


Text Example

White with #AF5D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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