Html Css Color HEX #AF4E49 Apple Blossom

📋 copy color: '#AF4E49'

red 175 ◦ green 78 ◦ blue 73

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

Shades of Apple Blossom #AF4E49

Tints of Apple Blossom #AF4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

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

R = 53.68%
G = 23.93%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF4E49 (or 0xAF4E49) is known color: Apple Blossom. HEX triplet: AF, 4E and 49. RGB value is (175,78,73). Sum of RGB (Red+Green+Blue) = 175+78+73=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E49 is #50B1B6. Grayscale: #6A6A6A. Windows color (decimal): -5288375 or 4804271. OLE color: 4804271.

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

Color convert

RGB 175 78 73 -
CMYK 0 0.55 0.58 0.31
HSL 2.94º 0.41% 0.49% -
HSV(B) 2.94º 0.58% 0.69% -
XYZ 21.61 15.04 8.07 -
YUV 106.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 175 78 73 0 0.55 0.58 0.31 2.94 0.41 0.49
Hex AF 4E 49 0 37 3A 1F 3 29 31
Octal 257 116 111 0 67 72 37 3 51 61
Binary 10101111 1001110 1001001 0 110111 111010 11111 11 101001 110001

Color Harmonies of #AF4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E49

Black with #AF4E49

Text Example


Text Example

White with #AF4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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