Html Css Color HEX #A95144 Apple Blossom

📋 copy color: '#A95144'

red 169 ◦ green 81 ◦ blue 68

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

Shades of Apple Blossom #A95144

Tints of Apple Blossom #A95144

RGB

 RED value IS 169 (66.41% from 255) = 53.14%

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

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 53.14%
G = 25.47%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A95144 (or 0xA95144) is known color: Apple Blossom. HEX triplet: A9, 51 and 44. RGB value is (169,81,68). Sum of RGB (Red+Green+Blue) = 169+81+68=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A95144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95144 is #56AEBB. Grayscale: #696969. Windows color (decimal): -5680828 or 4477353. OLE color: 4477353.

HSL color Cylindrical-coordinate representation of color #A95144: hue angle of 7.72º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95144 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 81 68 -
CMYK 0 0.52 0.60 0.34
HSL 7.72º 0.43% 0.46% -
HSV(B) 7.72º 0.6% 0.66% -
XYZ 20.35 14.74 7.24 -
YUV 105.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 169 81 68 0 0.52 0.60 0.34 7.72 0.43 0.46
Hex A9 51 44 0 34 3C 22 8 2B 2E
Octal 251 121 104 0 64 74 42 10 53 56
Binary 10101001 1010001 1000100 0 110100 111100 100010 1000 101011 101110

Color Harmonies of #A95144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95144

Black with #A95144

Text Example


Text Example

White with #A95144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95144; }

 p { color: rgb(169,81,68); }

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

background-color css

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

 a { background-color: rgb(169,81,68); }

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

border-color css

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

 span { border-color: rgb(169,81,68); }

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