Html Css Color HEX #AF5547 Apple Blossom

📋 copy color: '#AF5547'

red 175 ◦ green 85 ◦ blue 71

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

Shades of Apple Blossom #AF5547

Tints of Apple Blossom #AF5547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 52.87%
G = 25.68%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF5547 (or 0xAF5547) is known color: Apple Blossom. HEX triplet: AF, 55 and 47. RGB value is (175,85,71). Sum of RGB (Red+Green+Blue) = 175+85+71=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5547 is #50AAB8. Grayscale: #6E6E6E. Windows color (decimal): -5286585 or 4674991. OLE color: 4674991.

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

Color convert

RGB 175 85 71 -
CMYK 0 0.51 0.59 0.31
HSL 8.08º 0.42% 0.48% -
HSV(B) 8.08º 0.59% 0.69% -
XYZ 22.07 16.07 7.9 -
YUV 110.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 175 85 71 0 0.51 0.59 0.31 8.08 0.42 0.48
Hex AF 55 47 0 33 3B 1F 8 2A 30
Octal 257 125 107 0 63 73 37 10 52 60
Binary 10101111 1010101 1000111 0 110011 111011 11111 1000 101010 110000

Color Harmonies of #AF5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5547

Black with #AF5547

Text Example


Text Example

White with #AF5547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5547; }

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

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

background-color css

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

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

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

border-color css

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

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

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