Html Css Color HEX #A55249 Apple Blossom

📋 copy color: '#A55249'

red 165 ◦ green 82 ◦ blue 73

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

Shades of Apple Blossom #A55249

Tints of Apple Blossom #A55249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 51.56%
G = 25.63%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55249 (or 0xA55249) is known color: Apple Blossom. HEX triplet: A5, 52 and 49. RGB value is (165,82,73). Sum of RGB (Red+Green+Blue) = 165+82+73=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55249 is #5AADB6. Grayscale: #696969. Windows color (decimal): -5942711 or 4805285. OLE color: 4805285.

HSL color Cylindrical-coordinate representation of color #A55249: hue angle of 5.87º 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 #A55249 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 73 -
CMYK 0 0.50 0.56 0.35
HSL 5.87º 0.39% 0.47% -
HSV(B) 5.87º 0.56% 0.65% -
XYZ 19.74 14.51 8.06 -
YUV 105.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 165 82 73 0 0.50 0.56 0.35 5.87 0.39 0.47
Hex A5 52 49 0 32 38 23 6 27 2F
Octal 245 122 111 0 62 70 43 6 47 57
Binary 10100101 1010010 1001001 0 110010 111000 100011 110 100111 101111

Color Harmonies of #A55249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55249

Black with #A55249

Text Example


Text Example

White with #A55249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55249; }

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

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

background-color css

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

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

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

border-color css

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

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

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