Html Css Color HEX #A17860 Toast

📋 copy color: '#A17860'

red 161 ◦ green 120 ◦ blue 96

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

Shades of Toast #A17860

Tints of Toast #A17860

RGB

 RED value IS 161 (63.28% from 255) = 42.71%

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 96 (37.89% from 255) = 25.46%

R = 42.71%
G = 31.83%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A17860 (or 0xA17860) is known color: Toast. HEX triplet: A1, 78 and 60. RGB value is (161,120,96). Sum of RGB (Red+Green+Blue) = 161+120+96=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A17860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17860 is #5E879F. Grayscale: #818181. Windows color (decimal): -6195104 or 6322337. OLE color: 6322337.

HSL color Cylindrical-coordinate representation of color #A17860: hue angle of 22.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17860 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 96 -
CMYK 0 0.25 0.40 0.37
HSL 22.15º 0.26% 0.5% -
HSV(B) 22.15º 0.4% 0.63% -
XYZ 23.53 21.85 14.04 -
YUV 129.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 161 120 96 0 0.25 0.40 0.37 22.15 0.26 0.5
Hex A1 78 60 0 19 28 25 16 1A 32
Octal 241 170 140 0 31 50 45 26 32 62
Binary 10100001 1111000 1100000 0 11001 101000 100101 10110 11010 110010

Color Harmonies of #A17860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17860

Black with #A17860

Text Example


Text Example

White with #A17860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17860; }

 p { color: rgb(161,120,96); }

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

background-color css

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

 a { background-color: rgb(161,120,96); }

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

border-color css

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

 span { border-color: rgb(161,120,96); }

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