Html Css Color HEX #AF4D47 Apple Blossom

📋 copy color: '#AF4D47'

red 175 ◦ green 77 ◦ blue 71

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

Shades of Apple Blossom #AF4D47

Tints of Apple Blossom #AF4D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 54.18%
G = 23.84%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF4D47 (or 0xAF4D47) is known color: Apple Blossom. HEX triplet: AF, 4D and 47. RGB value is (175,77,71). Sum of RGB (Red+Green+Blue) = 175+77+71=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D47 is #50B2B8. Grayscale: #696969. Windows color (decimal): -5288633 or 4672943. OLE color: 4672943.

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

Color convert

RGB 175 77 71 -
CMYK 0 0.56 0.59 0.31
HSL 3.46º 0.42% 0.48% -
HSV(B) 3.46º 0.59% 0.69% -
XYZ 21.47 14.88 7.7 -
YUV 105.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 175 77 71 0 0.56 0.59 0.31 3.46 0.42 0.48
Hex AF 4D 47 0 38 3B 1F 3 2A 30
Octal 257 115 107 0 70 73 37 3 52 60
Binary 10101111 1001101 1000111 0 111000 111011 11111 11 101010 110000

Color Harmonies of #AF4D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D47

Black with #AF4D47

Text Example


Text Example

White with #AF4D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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