Html Css Color HEX #A85857 Apple Blossom

📋 copy color: '#A85857'

red 168 ◦ green 88 ◦ blue 87

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

Shades of Apple Blossom #A85857

Tints of Apple Blossom #A85857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 48.98%
G = 25.66%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A85857 (or 0xA85857) is known color: Apple Blossom. HEX triplet: A8, 58 and 57. RGB value is (168,88,87). Sum of RGB (Red+Green+Blue) = 168+88+87=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A85857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85857 is #57A7A8. Grayscale: #6F6F6F. Windows color (decimal): -5744553 or 5724328. OLE color: 5724328.

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

Color convert

RGB 168 88 87 -
CMYK 0 0.48 0.48 0.34
HSL 0.74º 0.32% 0.5% -
HSV(B) 0.74º 0.48% 0.66% -
XYZ 21.36 15.99 10.98 -
YUV 111.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 168 88 87 0 0.48 0.48 0.34 0.74 0.32 0.5
Hex A8 58 57 0 30 30 22 1 20 32
Octal 250 130 127 0 60 60 42 1 40 62
Binary 10101000 1011000 1010111 0 110000 110000 100010 1 100000 110010

Color Harmonies of #A85857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85857

Black with #A85857

Text Example


Text Example

White with #A85857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85857; }

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

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

background-color css

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

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

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

border-color css

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

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

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