Html Css Color HEX #A0524D Apple Blossom

📋 copy color: '#A0524D'

red 160 ◦ green 82 ◦ blue 77

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

Shades of Apple Blossom #A0524D

Tints of Apple Blossom #A0524D

RGB

 RED value IS 160 (62.89% from 255) = 50.16%

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 50.16%
G = 25.71%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0524D (or 0xA0524D) is known color: Apple Blossom. HEX triplet: A0, 52 and 4D. RGB value is (160,82,77). Sum of RGB (Red+Green+Blue) = 160+82+77=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0524D is #5FADB2. Grayscale: #686868. Windows color (decimal): -6270387 or 5067424. OLE color: 5067424.

HSL color Cylindrical-coordinate representation of color #A0524D: hue angle of 3.61º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0524D is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 77 -
CMYK 0 0.49 0.52 0.37
HSL 3.61º 0.35% 0.46% -
HSV(B) 3.61º 0.52% 0.63% -
XYZ 18.85 14.04 8.74 -
YUV 104.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 160 82 77 0 0.49 0.52 0.37 3.61 0.35 0.46
Hex A0 52 4D 0 31 34 25 4 23 2E
Octal 240 122 115 0 61 64 45 4 43 56
Binary 10100000 1010010 1001101 0 110001 110100 100101 100 100011 101110

Color Harmonies of #A0524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0524D

Black with #A0524D

Text Example


Text Example

White with #A0524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0524D; }

 p { color: rgb(160,82,77); }

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

background-color css

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

 a { background-color: rgb(160,82,77); }

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

border-color css

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

 span { border-color: rgb(160,82,77); }

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