Html Css Color HEX #A0534F Apple Blossom

📋 copy color: '#A0534F'

red 160 ◦ green 83 ◦ blue 79

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

Shades of Apple Blossom #A0534F

Tints of Apple Blossom #A0534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 49.69%
G = 25.78%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0534F (or 0xA0534F) is known color: Apple Blossom. HEX triplet: A0, 53 and 4F. RGB value is (160,83,79). Sum of RGB (Red+Green+Blue) = 160+83+79=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0534F is #5FACB0. Grayscale: #696969. Windows color (decimal): -6270129 or 5198752. OLE color: 5198752.

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

Color convert

RGB 160 83 79 -
CMYK 0 0.48 0.51 0.37
HSL 2.96º 0.34% 0.47% -
HSV(B) 2.96º 0.51% 0.63% -
XYZ 19 14.22 9.14 -
YUV 105.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 160 83 79 0 0.48 0.51 0.37 2.96 0.34 0.47
Hex A0 53 4F 0 30 33 25 3 22 2F
Octal 240 123 117 0 60 63 45 3 42 57
Binary 10100000 1010011 1001111 0 110000 110011 100101 11 100010 101111

Color Harmonies of #A0534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0534F

Black with #A0534F

Text Example


Text Example

White with #A0534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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