Html Css Color HEX #A85951 Apple Blossom

📋 copy color: '#A85951'

red 168 ◦ green 89 ◦ blue 81

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

Shades of Apple Blossom #A85951

Tints of Apple Blossom #A85951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 49.7%
G = 26.33%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A85951 (or 0xA85951) is known color: Apple Blossom. HEX triplet: A8, 59 and 51. RGB value is (168,89,81). Sum of RGB (Red+Green+Blue) = 168+89+81=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A85951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85951 is #57A6AE. Grayscale: #6F6F6F. Windows color (decimal): -5744303 or 5331368. OLE color: 5331368.

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

Color convert

RGB 168 89 81 -
CMYK 0 0.47 0.52 0.34
HSL 5.52º 0.35% 0.49% -
HSV(B) 5.52º 0.52% 0.66% -
XYZ 21.21 16.06 9.77 -
YUV 111.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 168 89 81 0 0.47 0.52 0.34 5.52 0.35 0.49
Hex A8 59 51 0 2F 34 22 6 23 31
Octal 250 131 121 0 57 64 42 6 43 61
Binary 10101000 1011001 1010001 0 101111 110100 100010 110 100011 110001

Color Harmonies of #A85951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85951

Black with #A85951

Text Example


Text Example

White with #A85951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85951; }

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

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

background-color css

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

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

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

border-color css

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

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

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