Html Css Color HEX #A2514F Apple Blossom

📋 copy color: '#A2514F'

red 162 ◦ green 81 ◦ blue 79

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

Shades of Apple Blossom #A2514F

Tints of Apple Blossom #A2514F

RGB

 RED value IS 162 (63.67% from 255) = 50.31%

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 50.31%
G = 25.16%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2514F (or 0xA2514F) is known color: Apple Blossom. HEX triplet: A2, 51 and 4F. RGB value is (162,81,79). Sum of RGB (Red+Green+Blue) = 162+81+79=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2514F is #5DAEB0. Grayscale: #696969. Windows color (decimal): -6139569 or 5198242. OLE color: 5198242.

HSL color Cylindrical-coordinate representation of color #A2514F: hue angle of 1.45º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2514F is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 79 -
CMYK 0 0.50 0.51 0.36
HSL 1.45º 0.34% 0.47% -
HSV(B) 1.45º 0.51% 0.64% -
XYZ 19.25 14.13 9.11 -
YUV 104.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 162 81 79 0 0.50 0.51 0.36 1.45 0.34 0.47
Hex A2 51 4F 0 32 33 24 1 22 2F
Octal 242 121 117 0 62 63 44 1 42 57
Binary 10100010 1010001 1001111 0 110010 110011 100100 1 100010 101111

Color Harmonies of #A2514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2514F

Black with #A2514F

Text Example


Text Example

White with #A2514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2514F; }

 p { color: rgb(162,81,79); }

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

background-color css

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

 a { background-color: rgb(162,81,79); }

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

border-color css

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

 span { border-color: rgb(162,81,79); }

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