Html Css Color HEX #AF5C55 Apple Blossom

📋 copy color: '#AF5C55'

red 175 ◦ green 92 ◦ blue 85

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

Shades of Apple Blossom #AF5C55

Tints of Apple Blossom #AF5C55

RGB

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

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

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

R = 49.72%
G = 26.14%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5C55 (or 0xAF5C55) is known color: Apple Blossom. HEX triplet: AF, 5C and 55. RGB value is (175,92,85). Sum of RGB (Red+Green+Blue) = 175+92+85=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C55 is #50A3AA. Grayscale: #747474. Windows color (decimal): -5284779 or 5594287. OLE color: 5594287.

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

Color convert

RGB 175 92 85 -
CMYK 0 0.47 0.51 0.31
HSL 4.67º 0.36% 0.51% -
HSV(B) 4.67º 0.51% 0.69% -
XYZ 23.15 17.42 10.74 -
YUV 116.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 175 92 85 0 0.47 0.51 0.31 4.67 0.36 0.51
Hex AF 5C 55 0 2F 33 1F 5 24 33
Octal 257 134 125 0 57 63 37 5 44 63
Binary 10101111 1011100 1010101 0 101111 110011 11111 101 100100 110011

Color Harmonies of #AF5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C55

Black with #AF5C55

Text Example


Text Example

White with #AF5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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