Html Css Color HEX #A0504E Apple Blossom

📋 copy color: '#A0504E'

red 160 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #A0504E

Tints of Apple Blossom #A0504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 50.31%
G = 25.16%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0504E (or 0xA0504E) is known color: Apple Blossom. HEX triplet: A0, 50 and 4E. RGB value is (160,80,78). Sum of RGB (Red+Green+Blue) = 160+80+78=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0504E is #5FAFB1. Grayscale: #676767. Windows color (decimal): -6270898 or 5132448. OLE color: 5132448.

HSL color Cylindrical-coordinate representation of color #A0504E: hue angle of 1.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0504E is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 78 -
CMYK 0 0.5 0.51 0.37
HSL 1.46º 0.34% 0.47% -
HSV(B) 1.46º 0.51% 0.63% -
XYZ 18.74 13.76 8.88 -
YUV 103.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 160 80 78 0 0.5 0.51 0.37 1.46 0.34 0.47
Hex A0 50 4E 0 32 33 25 1 22 2F
Octal 240 120 116 0 62 63 45 1 42 57
Binary 10100000 1010000 1001110 0 110010 110011 100101 1 100010 101111

Color Harmonies of #A0504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0504E

Black with #A0504E

Text Example


Text Example

White with #A0504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0504E; }

 p { color: rgb(160,80,78); }

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

background-color css

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

 a { background-color: rgb(160,80,78); }

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

border-color css

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

 span { border-color: rgb(160,80,78); }

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