Html Css Color HEX #A2514E Apple Blossom

📋 copy color: '#A2514E'

red 162 ◦ green 81 ◦ blue 78

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

Shades of Apple Blossom #A2514E

Tints of Apple Blossom #A2514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 50.47%
G = 25.23%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2514E (or 0xA2514E) is known color: Apple Blossom. HEX triplet: A2, 51 and 4E. RGB value is (162,81,78). Sum of RGB (Red+Green+Blue) = 162+81+78=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2514E is #5DAEB1. Grayscale: #686868. Windows color (decimal): -6139570 or 5132706. OLE color: 5132706.

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

Color convert

RGB 162 81 78 -
CMYK 0 0.50 0.52 0.36
HSL 2.14º 0.35% 0.47% -
HSV(B) 2.14º 0.52% 0.64% -
XYZ 19.22 14.12 8.92 -
YUV 104.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 162 81 78 0 0.50 0.52 0.36 2.14 0.35 0.47
Hex A2 51 4E 0 32 34 24 2 23 2F
Octal 242 121 116 0 62 64 44 2 43 57
Binary 10100010 1010001 1001110 0 110010 110100 100100 10 100011 101111

Color Harmonies of #A2514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2514E

Black with #A2514E

Text Example


Text Example

White with #A2514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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