Html Css Color HEX #A85955 Apple Blossom

📋 copy color: '#A85955'

red 168 ◦ green 89 ◦ blue 85

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

Shades of Apple Blossom #A85955

Tints of Apple Blossom #A85955

RGB

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

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

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

R = 49.12%
G = 26.02%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A85955 (or 0xA85955) is known color: Apple Blossom. HEX triplet: A8, 59 and 55. RGB value is (168,89,85). Sum of RGB (Red+Green+Blue) = 168+89+85=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85955 is #57A6AA. Grayscale: #707070. Windows color (decimal): -5744299 or 5593512. OLE color: 5593512.

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

Color convert

RGB 168 89 85 -
CMYK 0 0.47 0.49 0.34
HSL 2.89º 0.33% 0.5% -
HSV(B) 2.89º 0.49% 0.66% -
XYZ 21.36 16.13 10.58 -
YUV 112.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 168 89 85 0 0.47 0.49 0.34 2.89 0.33 0.5
Hex A8 59 55 0 2F 31 22 3 21 32
Octal 250 131 125 0 57 61 42 3 41 62
Binary 10101000 1011001 1010101 0 101111 110001 100010 11 100001 110010

Color Harmonies of #A85955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85955

Black with #A85955

Text Example


Text Example

White with #A85955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85955; }

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

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

background-color css

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

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

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

border-color css

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

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

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