Html Css Color HEX #A0504D Apple Blossom

📋 copy color: '#A0504D'

red 160 ◦ green 80 ◦ blue 77

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

Shades of Apple Blossom #A0504D

Tints of Apple Blossom #A0504D

RGB

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

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

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

R = 50.47%
G = 25.24%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0504D (or 0xA0504D) is known color: Apple Blossom. HEX triplet: A0, 50 and 4D. RGB value is (160,80,77). Sum of RGB (Red+Green+Blue) = 160+80+77=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0504D is #5FAFB2. Grayscale: #676767. Windows color (decimal): -6270899 or 5066912. OLE color: 5066912.

HSL color Cylindrical-coordinate representation of color #A0504D: hue angle of 2.17º 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 #A0504D is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 77 -
CMYK 0 0.5 0.52 0.37
HSL 2.17º 0.35% 0.46% -
HSV(B) 2.17º 0.52% 0.63% -
XYZ 18.71 13.75 8.69 -
YUV 103.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 160 80 77 0 0.5 0.52 0.37 2.17 0.35 0.46
Hex A0 50 4D 0 32 34 25 2 23 2E
Octal 240 120 115 0 62 64 45 2 43 56
Binary 10100000 1010000 1001101 0 110010 110100 100101 10 100011 101110

Color Harmonies of #A0504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0504D

Black with #A0504D

Text Example


Text Example

White with #A0504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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