Html Css Color HEX #A85146 Apple Blossom

📋 copy color: '#A85146'

red 168 ◦ green 81 ◦ blue 70

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

Shades of Apple Blossom #A85146

Tints of Apple Blossom #A85146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 52.66%
G = 25.39%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85146 (or 0xA85146) is known color: Apple Blossom. HEX triplet: A8, 51 and 46. RGB value is (168,81,70). Sum of RGB (Red+Green+Blue) = 168+81+70=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85146 is #57AEB9. Grayscale: #696969. Windows color (decimal): -5746362 or 4608424. OLE color: 4608424.

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

Color convert

RGB 168 81 70 -
CMYK 0 0.52 0.58 0.34
HSL 6.73º 0.41% 0.47% -
HSV(B) 6.73º 0.58% 0.66% -
XYZ 20.2 14.65 7.56 -
YUV 105.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 168 81 70 0 0.52 0.58 0.34 6.73 0.41 0.47
Hex A8 51 46 0 34 3A 22 7 29 2F
Octal 250 121 106 0 64 72 42 7 51 57
Binary 10101000 1010001 1000110 0 110100 111010 100010 111 101001 101111

Color Harmonies of #A85146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85146

Black with #A85146

Text Example


Text Example

White with #A85146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85146; }

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

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

background-color css

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

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

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

border-color css

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

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

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