Html Css Color HEX #A55247 Apple Blossom

📋 copy color: '#A55247'

red 165 ◦ green 82 ◦ blue 71

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

Shades of Apple Blossom #A55247

Tints of Apple Blossom #A55247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 51.89%
G = 25.79%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A55247 (or 0xA55247) is known color: Apple Blossom. HEX triplet: A5, 52 and 47. RGB value is (165,82,71). Sum of RGB (Red+Green+Blue) = 165+82+71=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A55247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55247 is #5AADB8. Grayscale: #696969. Windows color (decimal): -5942713 or 4674213. OLE color: 4674213.

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

Color convert

RGB 165 82 71 -
CMYK 0 0.50 0.57 0.35
HSL 7.02º 0.4% 0.46% -
HSV(B) 7.02º 0.57% 0.65% -
XYZ 19.67 14.49 7.72 -
YUV 105.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 165 82 71 0 0.50 0.57 0.35 7.02 0.4 0.46
Hex A5 52 47 0 32 39 23 7 28 2E
Octal 245 122 107 0 62 71 43 7 50 56
Binary 10100101 1010010 1000111 0 110010 111001 100011 111 101000 101110

Color Harmonies of #A55247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55247

Black with #A55247

Text Example


Text Example

White with #A55247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55247; }

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

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

background-color css

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

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

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

border-color css

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

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

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