Html Css Color HEX #A0534D Apple Blossom

📋 copy color: '#A0534D'

red 160 ◦ green 83 ◦ blue 77

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

Shades of Apple Blossom #A0534D

Tints of Apple Blossom #A0534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 50%
G = 25.94%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0534D (or 0xA0534D) is known color: Apple Blossom. HEX triplet: A0, 53 and 4D. RGB value is (160,83,77). Sum of RGB (Red+Green+Blue) = 160+83+77=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0534D is #5FACB2. Grayscale: #696969. Windows color (decimal): -6270131 or 5067680. OLE color: 5067680.

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

Color convert

RGB 160 83 77 -
CMYK 0 0.48 0.52 0.37
HSL 4.34º 0.35% 0.46% -
HSV(B) 4.34º 0.52% 0.63% -
XYZ 18.93 14.2 8.76 -
YUV 105.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 160 83 77 0 0.48 0.52 0.37 4.34 0.35 0.46
Hex A0 53 4D 0 30 34 25 4 23 2E
Octal 240 123 115 0 60 64 45 4 43 56
Binary 10100000 1010011 1001101 0 110000 110100 100101 100 100011 101110

Color Harmonies of #A0534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0534D

Black with #A0534D

Text Example


Text Example

White with #A0534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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