Html Css Color HEX #A0785F Toast

📋 copy color: '#A0785F'

red 160 ◦ green 120 ◦ blue 95

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

Shades of Toast #A0785F

Tints of Toast #A0785F

RGB

 RED value IS 160 (62.89% from 255) = 42.67%

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

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 42.67%
G = 32%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0785F (or 0xA0785F) is known color: Toast. HEX triplet: A0, 78 and 5F. RGB value is (160,120,95). Sum of RGB (Red+Green+Blue) = 160+120+95=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0785F is #5F87A0. Grayscale: #818181. Windows color (decimal): -6260641 or 6256800. OLE color: 6256800.

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

Color convert

RGB 160 120 95 -
CMYK 0 0.25 0.41 0.37
HSL 23.08º 0.25% 0.5% -
HSV(B) 23.08º 0.41% 0.63% -
XYZ 23.28 21.73 13.79 -
YUV 129.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 160 120 95 0 0.25 0.41 0.37 23.08 0.25 0.5
Hex A0 78 5F 0 19 29 25 17 19 32
Octal 240 170 137 0 31 51 45 27 31 62
Binary 10100000 1111000 1011111 0 11001 101001 100101 10111 11001 110010

Color Harmonies of #A0785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0785F

Black with #A0785F

Text Example


Text Example

White with #A0785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0785F; }

 p { color: rgb(160,120,95); }

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

background-color css

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

 a { background-color: rgb(160,120,95); }

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

border-color css

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

 span { border-color: rgb(160,120,95); }

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