Html Css Color HEX #A14F49 Apple Blossom

📋 copy color: '#A14F49'

red 161 ◦ green 79 ◦ blue 73

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

Shades of Apple Blossom #A14F49

Tints of Apple Blossom #A14F49

RGB

 RED value IS 161 (63.28% from 255) = 51.44%

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 51.44%
G = 25.24%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A14F49 (or 0xA14F49) is known color: Apple Blossom. HEX triplet: A1, 4F and 49. RGB value is (161,79,73). Sum of RGB (Red+Green+Blue) = 161+79+73=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F49 is #5EB0B6. Grayscale: #666666. Windows color (decimal): -6205623 or 4804513. OLE color: 4804513.

HSL color Cylindrical-coordinate representation of color #A14F49: hue angle of 4.09º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14F49 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 79 73 -
CMYK 0 0.51 0.55 0.37
HSL 4.09º 0.38% 0.46% -
HSV(B) 4.09º 0.55% 0.63% -
XYZ 18.7 13.65 7.95 -
YUV 102.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 161 79 73 0 0.51 0.55 0.37 4.09 0.38 0.46
Hex A1 4F 49 0 33 37 25 4 26 2E
Octal 241 117 111 0 63 67 45 4 46 56
Binary 10100001 1001111 1001001 0 110011 110111 100101 100 100110 101110

Color Harmonies of #A14F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F49

Black with #A14F49

Text Example


Text Example

White with #A14F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F49; }

 p { color: rgb(161,79,73); }

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

background-color css

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

 a { background-color: rgb(161,79,73); }

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

border-color css

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

 span { border-color: rgb(161,79,73); }

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