Html Css Color HEX #AF5C53 Apple Blossom

📋 copy color: '#AF5C53'

red 175 ◦ green 92 ◦ blue 83

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

Shades of Apple Blossom #AF5C53

Tints of Apple Blossom #AF5C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 50%
G = 26.29%
B = 23.71%

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

#AF5C53 (or 0xAF5C53) is known color: Apple Blossom. HEX triplet: AF, 5C and 53. RGB value is (175,92,83). Sum of RGB (Red+Green+Blue) = 175+92+83=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C53 is #50A3AC. Grayscale: #737373. Windows color (decimal): -5284781 or 5463215. OLE color: 5463215.

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

Color convert

RGB 175 92 83 -
CMYK 0 0.47 0.53 0.31
HSL 5.87º 0.37% 0.51% -
HSV(B) 5.87º 0.53% 0.69% -
XYZ 23.07 17.39 10.32 -
YUV 115.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 175 92 83 0 0.47 0.53 0.31 5.87 0.37 0.51
Hex AF 5C 53 0 2F 35 1F 6 25 33
Octal 257 134 123 0 57 65 37 6 45 63
Binary 10101111 1011100 1010011 0 101111 110101 11111 110 100101 110011

Color Harmonies of #AF5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C53

Black with #AF5C53

Text Example


Text Example

White with #AF5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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