Html Css Color HEX #A25148 Apple Blossom

📋 copy color: '#A25148'

red 162 ◦ green 81 ◦ blue 72

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

Shades of Apple Blossom #A25148

Tints of Apple Blossom #A25148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 51.43%
G = 25.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25148 (or 0xA25148) is known color: Apple Blossom. HEX triplet: A2, 51 and 48. RGB value is (162,81,72). Sum of RGB (Red+Green+Blue) = 162+81+72=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25148 is #5DAEB7. Grayscale: #686868. Windows color (decimal): -6139576 or 4739490. OLE color: 4739490.

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

Color convert

RGB 162 81 72 -
CMYK 0 0.50 0.56 0.36
HSL 0.38% 0.46% -
HSV(B) 0.56% 0.64% -
XYZ 19.01 14.03 7.84 -
YUV 104.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 162 81 72 0 0.50 0.56 0.36 6 0.38 0.46
Hex A2 51 48 0 32 38 24 6 26 2E
Octal 242 121 110 0 62 70 44 6 46 56
Binary 10100010 1010001 1001000 0 110010 111000 100100 110 100110 101110

Color Harmonies of #A25148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25148

Black with #A25148

Text Example


Text Example

White with #A25148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25148; }

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

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

background-color css

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

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

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

border-color css

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

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

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