Html Css Color HEX #AF5149 Apple Blossom

📋 copy color: '#AF5149'

red 175 ◦ green 81 ◦ blue 73

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

Shades of Apple Blossom #AF5149

Tints of Apple Blossom #AF5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 53.19%
G = 24.62%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5149 (or 0xAF5149) is known color: Apple Blossom. HEX triplet: AF, 51 and 49. RGB value is (175,81,73). Sum of RGB (Red+Green+Blue) = 175+81+73=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5149 is #50AEB6. Grayscale: #6C6C6C. Windows color (decimal): -5287607 or 4805039. OLE color: 4805039.

HSL color Cylindrical-coordinate representation of color #AF5149: hue angle of 4.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5149 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 73 -
CMYK 0 0.54 0.58 0.31
HSL 4.71º 0.41% 0.49% -
HSV(B) 4.71º 0.58% 0.69% -
XYZ 21.82 15.48 8.14 -
YUV 108.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 175 81 73 0 0.54 0.58 0.31 4.71 0.41 0.49
Hex AF 51 49 0 36 3A 1F 5 29 31
Octal 257 121 111 0 66 72 37 5 51 61
Binary 10101111 1010001 1001001 0 110110 111010 11111 101 101001 110001

Color Harmonies of #AF5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5149

Black with #AF5149

Text Example


Text Example

White with #AF5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5149; }

 p { color: rgb(175,81,73); }

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

background-color css

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

 a { background-color: rgb(175,81,73); }

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

border-color css

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

 span { border-color: rgb(175,81,73); }

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