Html Css Color HEX #A14F4C Apple Blossom

📋 copy color: '#A14F4C'

red 161 ◦ green 79 ◦ blue 76

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

Shades of Apple Blossom #A14F4C

Tints of Apple Blossom #A14F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 50.95%
G = 25%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A14F4C (or 0xA14F4C) is known color: Apple Blossom. HEX triplet: A1, 4F and 4C. RGB value is (161,79,76). Sum of RGB (Red+Green+Blue) = 161+79+76=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F4C is #5EB0B3. Grayscale: #676767. Windows color (decimal): -6205620 or 5001121. OLE color: 5001121.

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

Color convert

RGB 161 79 76 -
CMYK 0 0.51 0.53 0.37
HSL 2.12º 0.36% 0.46% -
HSV(B) 2.12º 0.53% 0.63% -
XYZ 18.8 13.69 8.49 -
YUV 103.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 161 79 76 0 0.51 0.53 0.37 2.12 0.36 0.46
Hex A1 4F 4C 0 33 35 25 2 24 2E
Octal 241 117 114 0 63 65 45 2 44 56
Binary 10100001 1001111 1001100 0 110011 110101 100101 10 100100 101110

Color Harmonies of #A14F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F4C

Black with #A14F4C

Text Example


Text Example

White with #A14F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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