Html Css Color HEX #A85854 Apple Blossom

📋 copy color: '#A85854'

red 168 ◦ green 88 ◦ blue 84

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

Shades of Apple Blossom #A85854

Tints of Apple Blossom #A85854

RGB

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

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

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

R = 49.41%
G = 25.88%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A85854 (or 0xA85854) is known color: Apple Blossom. HEX triplet: A8, 58 and 54. RGB value is (168,88,84). Sum of RGB (Red+Green+Blue) = 168+88+84=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85854 is #57A7AB. Grayscale: #6F6F6F. Windows color (decimal): -5744556 or 5527720. OLE color: 5527720.

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

Color convert

RGB 168 88 84 -
CMYK 0 0.48 0.5 0.34
HSL 2.86º 0.33% 0.49% -
HSV(B) 2.86º 0.5% 0.66% -
XYZ 21.24 15.94 10.35 -
YUV 111.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 168 88 84 0 0.48 0.5 0.34 2.86 0.33 0.49
Hex A8 58 54 0 30 32 22 3 21 31
Octal 250 130 124 0 60 62 42 3 41 61
Binary 10101000 1011000 1010100 0 110000 110010 100010 11 100001 110001

Color Harmonies of #A85854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85854

Black with #A85854

Text Example


Text Example

White with #A85854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85854; }

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

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

background-color css

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

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

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

border-color css

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

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

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