Html Css Color HEX #A85654 Apple Blossom

📋 copy color: '#A85654'

red 168 ◦ green 86 ◦ blue 84

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

Shades of Apple Blossom #A85654

Tints of Apple Blossom #A85654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 49.7%
G = 25.44%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A85654 (or 0xA85654) is known color: Apple Blossom. HEX triplet: A8, 56 and 54. RGB value is (168,86,84). Sum of RGB (Red+Green+Blue) = 168+86+84=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A85654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85654 is #57A9AB. Grayscale: #6E6E6E. Windows color (decimal): -5745068 or 5527208. OLE color: 5527208.

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

Color convert

RGB 168 86 84 -
CMYK 0 0.49 0.5 0.34
HSL 1.43º 0.33% 0.49% -
HSV(B) 1.43º 0.5% 0.66% -
XYZ 21.08 15.62 10.29 -
YUV 110.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 168 86 84 0 0.49 0.5 0.34 1.43 0.33 0.49
Hex A8 56 54 0 31 32 22 1 21 31
Octal 250 126 124 0 61 62 42 1 41 61
Binary 10101000 1010110 1010100 0 110001 110010 100010 1 100001 110001

Color Harmonies of #A85654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85654

Black with #A85654

Text Example


Text Example

White with #A85654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85654; }

 p { color: rgb(168,86,84); }

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

background-color css

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

 a { background-color: rgb(168,86,84); }

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

border-color css

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

 span { border-color: rgb(168,86,84); }

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