Html Css Color HEX #A85954 Apple Blossom

📋 copy color: '#A85954'

red 168 ◦ green 89 ◦ blue 84

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

Shades of Apple Blossom #A85954

Tints of Apple Blossom #A85954

RGB

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

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

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

R = 49.27%
G = 26.1%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A85954 (or 0xA85954) is known color: Apple Blossom. HEX triplet: A8, 59 and 54. RGB value is (168,89,84). Sum of RGB (Red+Green+Blue) = 168+89+84=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85954 is #57A6AB. Grayscale: #707070. Windows color (decimal): -5744300 or 5527976. OLE color: 5527976.

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

Color convert

RGB 168 89 84 -
CMYK 0 0.47 0.5 0.34
HSL 3.57º 0.33% 0.49% -
HSV(B) 3.57º 0.5% 0.66% -
XYZ 21.32 16.11 10.37 -
YUV 112.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 168 89 84 0 0.47 0.5 0.34 3.57 0.33 0.49
Hex A8 59 54 0 2F 32 22 4 21 31
Octal 250 131 124 0 57 62 42 4 41 61
Binary 10101000 1011001 1010100 0 101111 110010 100010 100 100001 110001

Color Harmonies of #A85954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85954

Black with #A85954

Text Example


Text Example

White with #A85954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85954; }

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

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

background-color css

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

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

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

border-color css

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

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

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