Html Css Color HEX #A14F4D Apple Blossom

📋 copy color: '#A14F4D'

red 161 ◦ green 79 ◦ blue 77

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

Shades of Apple Blossom #A14F4D

Tints of Apple Blossom #A14F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 50.79%
G = 24.92%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A14F4D (or 0xA14F4D) is known color: Apple Blossom. HEX triplet: A1, 4F and 4D. RGB value is (161,79,77). Sum of RGB (Red+Green+Blue) = 161+79+77=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F4D is #5EB0B2. Grayscale: #676767. Windows color (decimal): -6205619 or 5066657. OLE color: 5066657.

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

Color convert

RGB 161 79 77 -
CMYK 0 0.51 0.52 0.37
HSL 1.43º 0.35% 0.47% -
HSV(B) 1.43º 0.52% 0.63% -
XYZ 18.83 13.7 8.67 -
YUV 103.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 161 79 77 0 0.51 0.52 0.37 1.43 0.35 0.47
Hex A1 4F 4D 0 33 34 25 1 23 2F
Octal 241 117 115 0 63 64 45 1 43 57
Binary 10100001 1001111 1001101 0 110011 110100 100101 1 100011 101111

Color Harmonies of #A14F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F4D

Black with #A14F4D

Text Example


Text Example

White with #A14F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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