Html Css Color HEX #AF4E48 Apple Blossom

📋 copy color: '#AF4E48'

red 175 ◦ green 78 ◦ blue 72

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

Shades of Apple Blossom #AF4E48

Tints of Apple Blossom #AF4E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 53.85%
G = 24%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF4E48 (or 0xAF4E48) is known color: Apple Blossom. HEX triplet: AF, 4E and 48. RGB value is (175,78,72). Sum of RGB (Red+Green+Blue) = 175+78+72=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E48 is #50B1B7. Grayscale: #6A6A6A. Windows color (decimal): -5288376 or 4738735. OLE color: 4738735.

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

Color convert

RGB 175 78 72 -
CMYK 0 0.55 0.59 0.31
HSL 3.5º 0.42% 0.48% -
HSV(B) 3.5º 0.59% 0.69% -
XYZ 21.57 15.03 7.9 -
YUV 106.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 175 78 72 0 0.55 0.59 0.31 3.5 0.42 0.48
Hex AF 4E 48 0 37 3B 1F 3 2A 30
Octal 257 116 110 0 67 73 37 3 52 60
Binary 10101111 1001110 1001000 0 110111 111011 11111 11 101010 110000

Color Harmonies of #AF4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E48

Black with #AF4E48

Text Example


Text Example

White with #AF4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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