Html Css Color HEX #A55149 Apple Blossom

📋 copy color: '#A55149'

red 165 ◦ green 81 ◦ blue 73

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

Shades of Apple Blossom #A55149

Tints of Apple Blossom #A55149

RGB

 RED value IS 165 (64.84% from 255) = 51.72%

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

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

R = 51.72%
G = 25.39%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55149 (or 0xA55149) is known color: Apple Blossom. HEX triplet: A5, 51 and 49. RGB value is (165,81,73). Sum of RGB (Red+Green+Blue) = 165+81+73=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55149 is #5AAEB6. Grayscale: #696969. Windows color (decimal): -5942967 or 4805029. OLE color: 4805029.

HSL color Cylindrical-coordinate representation of color #A55149: hue angle of 5.22º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55149 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 73 -
CMYK 0 0.51 0.56 0.35
HSL 5.22º 0.39% 0.47% -
HSV(B) 5.22º 0.56% 0.65% -
XYZ 19.66 14.37 8.04 -
YUV 105.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 165 81 73 0 0.51 0.56 0.35 5.22 0.39 0.47
Hex A5 51 49 0 33 38 23 5 27 2F
Octal 245 121 111 0 63 70 43 5 47 57
Binary 10100101 1010001 1001001 0 110011 111000 100011 101 100111 101111

Color Harmonies of #A55149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55149

Black with #A55149

Text Example


Text Example

White with #A55149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55149; }

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

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

background-color css

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

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

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

border-color css

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

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

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