Html Css Color HEX #A85755 Apple Blossom

📋 copy color: '#A85755'

red 168 ◦ green 87 ◦ blue 85

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

Shades of Apple Blossom #A85755

Tints of Apple Blossom #A85755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 49.41%
G = 25.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A85755 (or 0xA85755) is known color: Apple Blossom. HEX triplet: A8, 57 and 55. RGB value is (168,87,85). Sum of RGB (Red+Green+Blue) = 168+87+85=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85755 is #57A8AA. Grayscale: #6F6F6F. Windows color (decimal): -5744811 or 5593000. OLE color: 5593000.

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

Color convert

RGB 168 87 85 -
CMYK 0 0.48 0.49 0.34
HSL 1.45º 0.33% 0.5% -
HSV(B) 1.45º 0.49% 0.66% -
XYZ 21.2 15.8 10.53 -
YUV 110.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 168 87 85 0 0.48 0.49 0.34 1.45 0.33 0.5
Hex A8 57 55 0 30 31 22 1 21 32
Octal 250 127 125 0 60 61 42 1 41 62
Binary 10101000 1010111 1010101 0 110000 110001 100010 1 100001 110010

Color Harmonies of #A85755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85755

Black with #A85755

Text Example


Text Example

White with #A85755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85755; }

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

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

background-color css

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

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

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

border-color css

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

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

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