Html Css Color HEX #AF4E47 Apple Blossom

📋 copy color: '#AF4E47'

red 175 ◦ green 78 ◦ blue 71

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

Shades of Apple Blossom #AF4E47

Tints of Apple Blossom #AF4E47

RGB

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

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

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

R = 54.01%
G = 24.07%
B = 21.91%

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

#AF4E47 (or 0xAF4E47) is known color: Apple Blossom. HEX triplet: AF, 4E and 47. RGB value is (175,78,71). Sum of RGB (Red+Green+Blue) = 175+78+71=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E47 is #50B1B8. Grayscale: #6A6A6A. Windows color (decimal): -5288377 or 4673199. OLE color: 4673199.

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

Color convert

RGB 175 78 71 -
CMYK 0 0.55 0.59 0.31
HSL 4.04º 0.42% 0.48% -
HSV(B) 4.04º 0.59% 0.69% -
XYZ 21.54 15.02 7.72 -
YUV 106.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 175 78 71 0 0.55 0.59 0.31 4.04 0.42 0.48
Hex AF 4E 47 0 37 3B 1F 4 2A 30
Octal 257 116 107 0 67 73 37 4 52 60
Binary 10101111 1001110 1000111 0 110111 111011 11111 100 101010 110000

Color Harmonies of #AF4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E47

Black with #AF4E47

Text Example


Text Example

White with #AF4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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