Html Css Color HEX #A25149 Apple Blossom

📋 copy color: '#A25149'

red 162 ◦ green 81 ◦ blue 73

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

Shades of Apple Blossom #A25149

Tints of Apple Blossom #A25149

RGB

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

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

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

R = 51.27%
G = 25.63%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A25149 (or 0xA25149) is known color: Apple Blossom. HEX triplet: A2, 51 and 49. RGB value is (162,81,73). Sum of RGB (Red+Green+Blue) = 162+81+73=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A25149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25149 is #5DAEB6. Grayscale: #686868. Windows color (decimal): -6139575 or 4805026. OLE color: 4805026.

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

Color convert

RGB 162 81 73 -
CMYK 0 0.50 0.55 0.36
HSL 5.39º 0.38% 0.46% -
HSV(B) 5.39º 0.55% 0.64% -
XYZ 19.05 14.05 8.01 -
YUV 104.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 162 81 73 0 0.50 0.55 0.36 5.39 0.38 0.46
Hex A2 51 49 0 32 37 24 5 26 2E
Octal 242 121 111 0 62 67 44 5 46 56
Binary 10100010 1010001 1001001 0 110010 110111 100100 101 100110 101110

Color Harmonies of #A25149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25149

Black with #A25149

Text Example


Text Example

White with #A25149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25149; }

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

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

background-color css

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

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

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

border-color css

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

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

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