Html Css Color HEX #A85957 Apple Blossom

📋 copy color: '#A85957'

red 168 ◦ green 89 ◦ blue 87

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

Shades of Apple Blossom #A85957

Tints of Apple Blossom #A85957

RGB

 RED value IS 168 (66.02% from 255) = 48.84%

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 48.84%
G = 25.87%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A85957 (or 0xA85957) is known color: Apple Blossom. HEX triplet: A8, 59 and 57. RGB value is (168,89,87). Sum of RGB (Red+Green+Blue) = 168+89+87=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A85957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85957 is #57A6A8. Grayscale: #707070. Windows color (decimal): -5744297 or 5724584. OLE color: 5724584.

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

Color convert

RGB 168 89 87 -
CMYK 0 0.47 0.48 0.34
HSL 1.48º 0.32% 0.5% -
HSV(B) 1.48º 0.48% 0.66% -
XYZ 21.44 16.16 11.01 -
YUV 112.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 168 89 87 0 0.47 0.48 0.34 1.48 0.32 0.5
Hex A8 59 57 0 2F 30 22 1 20 32
Octal 250 131 127 0 57 60 42 1 40 62
Binary 10101000 1011001 1010111 0 101111 110000 100010 1 100000 110010

Color Harmonies of #A85957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85957

Black with #A85957

Text Example


Text Example

White with #A85957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85957; }

 p { color: rgb(168,89,87); }

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

background-color css

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

 a { background-color: rgb(168,89,87); }

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

border-color css

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

 span { border-color: rgb(168,89,87); }

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