Html Css Color HEX #A55248 Apple Blossom

📋 copy color: '#A55248'

red 165 ◦ green 82 ◦ blue 72

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

Shades of Apple Blossom #A55248

Tints of Apple Blossom #A55248

RGB

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

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

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

R = 51.72%
G = 25.71%
B = 22.57%

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

#A55248 (or 0xA55248) is known color: Apple Blossom. HEX triplet: A5, 52 and 48. RGB value is (165,82,72). Sum of RGB (Red+Green+Blue) = 165+82+72=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55248 is #5AADB7. Grayscale: #696969. Windows color (decimal): -5942712 or 4739749. OLE color: 4739749.

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

Color convert

RGB 165 82 72 -
CMYK 0 0.50 0.56 0.35
HSL 6.45º 0.39% 0.46% -
HSV(B) 6.45º 0.56% 0.65% -
XYZ 19.7 14.5 7.89 -
YUV 105.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 165 82 72 0 0.50 0.56 0.35 6.45 0.39 0.46
Hex A5 52 48 0 32 38 23 6 27 2E
Octal 245 122 110 0 62 70 43 6 47 56
Binary 10100101 1010010 1001000 0 110010 111000 100011 110 100111 101110

Color Harmonies of #A55248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55248

Black with #A55248

Text Example


Text Example

White with #A55248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55248; }

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

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

background-color css

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

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

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

border-color css

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

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

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